[adm5120] usb driver: fix urb_print function definition
[openwrt.git] / target / linux / adm5120 / files / drivers / usb / host / adm5120-dbg.c
index c121f7b..4821796 100644 (file)
@@ -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,
This page took 0.022619 seconds and 4 git commands to generate.