diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-21 19:05:14 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-21 19:05:14 +0000 |
commit | 7637d8284b9b55248ad05ef89154b0770550bc48 (patch) | |
tree | da3fe3164da54251c08a3022a8be0dfdee77c6a6 /target/linux/adm5120/files | |
parent | 817a0c0c76e5d2cb6c3d5935d4768adf9691320a (diff) |
[adm5120] usb driver: fix urb_print function definition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files')
-rw-r--r-- | target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c b/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c index c121f7be2..482179685 100644 --- a/target/linux/adm5120/files/drivers/usb/host/adm5120-dbg.c +++ b/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 */ 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, const struct ed *ed, int verbose) {} static inline void admhc_dump_td(const struct admhcd *ahcd, const char *label, |