Refactoring parts of the common USB OHCI code
[oweals/u-boot.git] / drivers / usb / isp116x-hcd.c
index b21af10d0ba090ef504911befa970ec96133b4d4..6b9b23bc6ed9c3889bc21a961693d42ed7e11562 100644 (file)
@@ -20,7 +20,7 @@
  * MA 02111-1307 USA
  *
  *
- * Derived in part from the SL811 HCD driver "u-boot/drivers/sl811_usb.c"
+ * Derived in part from the SL811 HCD driver "u-boot/drivers/usb/sl811_usb.c"
  * (original copyright message follows):
  *
  *    (C) Copyright 2004
@@ -135,7 +135,7 @@ static int isp116x_reset(struct isp116x *isp116x);
                        r, isp116x_read_reg32(d, r));           \
        } else {                                                \
                DBG("%-12s[%02x]:     %04x", #r,                \
-                       r, isp116x_read_reg16(d, r));           \
+                       r, isp116x_read_reg16(d, r));           \
        }                                                       \
 }