usb/isp1760: Remove unneeded OR map and HcBufferStatus code
authorArvid Brodin <arvid.brodin@enea.com>
Tue, 26 Apr 2011 19:48:02 +0000 (21:48 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 00:02:55 +0000 (17:02 -0700)
Since we always set the OR flag for each transfer, we can just as well set all
these bits to 1 at init and be done with it. Also, HcBufferStatus can be set
at init as per the ISP1761 datasheet page 47 with no loss of performance.

Signed-off-by: Arvid Brodin <arvid.brodin@enea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found