From: Alan Stern Date: Mon, 2 Feb 2009 14:51:01 +0000 (-0500) Subject: USB: usb-storage: remove WARN from last-sector hacks X-Git-Tag: v2.6.29-rc5~45^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d020aae0a154cffce680a7775c74788fa0bea92;p=pandora-kernel.git USB: usb-storage: remove WARN from last-sector hacks This patch (as1201) removes the WARN() from the last-sector hacks in usb-storage, thereby making the code match the version now in .27-stable and .28-stable. The WARN() isn't needed, since there is no longer any intention of assuming that all storage devices have an even number of sectors, and it annoys users for no good reason. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed