added more diagnostic printouts and fixed debug() routines to ease debugging

This commit is contained in:
Markus Fröschle
2013-11-07 20:29:30 +00:00
parent a0b79c96e9
commit aacb8ee021
6 changed files with 14 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ extern int printk(PRINTK_INFO *info, const char *fmt, va_list ap);
/***************************************************************************
* Init USB Device
*/
int usb_init(uint16_t handle, const struct pci_device_id *ent)
int usb_init(int32_t handle, const struct pci_device_id *ent)
{
void *priv;
int res = 0;