USB: ehci: omap: use default interrupt threshold
authorAnand Gadiyar <gadiyar@ti.com>
Fri, 12 Feb 2010 12:18:59 +0000 (17:48 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:55:04 +0000 (14:55 -0800)
commit9b43cffbbd3e9f77e16826513f26544cce3b5864
tree463cead36e0f2464689b7aeafc56c58e5f32c1ed
parentbdb581bd6bd59a3303974977544d679d849214d1
USB: ehci: omap: use default interrupt threshold

The current driver reduces the interrupt threshold to 1 microframe.
This was an accidental change and is not really required.
The default of 8 microframes will do just fine. So change it back.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-omap.c