1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 02:38:59 +02:00

[adm5120] usb driver: fix urb_print function definition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-05-21 19:05:14 +00:00
parent 817a0c0c76
commit 7637d8284b

View File

@ -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,