]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
USB: ISP1760: fixed trivial math in comment
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Tue, 19 Aug 2008 22:06:22 +0000 (00:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Aug 2008 17:26:32 +0000 (10:26 -0700)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c

index d22a84f86a33755a3749f275cd49e031ee14ac06..8017f1cf78e244b0f37c4a32d2833de3d2d2a586 100644 (file)
@@ -988,7 +988,7 @@ static void do_atl_int(struct usb_hcd *usb_hcd)
                /*
                 * write bank1 address twice to ensure the 90ns delay (time
                 * between BANK0 write and the priv_read_copy() call is at
-                * least 3*t_WHWL + 2*t_w11 = 3*25ns + 2*17ns = 92ns)
+                * least 3*t_WHWL + 2*t_w11 = 3*25ns + 2*17ns = 109ns)
                 */
                isp1760_writel(payload  + ISP_BANK(1), usb_hcd->regs +
                                HC_MEMORY_REG);