Browse Source

usb driver: fix urb_print function definition

SVN-Revision: 15965
Gabor Juhos 16 years ago
parent
commit
d4e02b91d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c

+ 1 - 1
target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c

@@ -370,7 +370,7 @@ admhc_dump_ed(const struct admhcd *ahcd, const char *label,
 #else /* ifdef DEBUG */
 #else /* ifdef DEBUG */
 
 
 static inline void urb_print(struct admhcd *ahcd, struct urb * urb, char * str,
 static inline void urb_print(struct admhcd *ahcd, struct urb * urb, char * str,
-	int small) {}
+	int small, int status) {}
 static inline void admhc_dump_ed(const struct admhcd *ahcd, const char *label,
 static inline void admhc_dump_ed(const struct admhcd *ahcd, const char *label,
 	const struct ed *ed, int verbose) {}
 	const struct ed *ed, int verbose) {}
 static inline void admhc_dump_td(const struct admhcd *ahcd, const char *label,
 static inline void admhc_dump_td(const struct admhcd *ahcd, const char *label,