From: Arvid Brodin Date: Tue, 26 Apr 2011 19:48:02 +0000 (+0200) Subject: usb/isp1760: Remove unneeded OR map and HcBufferStatus code X-Git-Tag: v3.0-rc1~337^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1a796868effbf33ec2cfa3d15567d7e31f2ee2;p=pandora-kernel.git usb/isp1760: Remove unneeded OR map and HcBufferStatus code 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed