From: Roel Kluin Date: Wed, 17 Feb 2010 10:50:26 +0000 (+0100) Subject: USB: storage: fix misplaced parenthesis X-Git-Tag: v2.6.34-rc1~215^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3034ab8faea229942e79d867d18722d5375b12;p=pandora-kernel.git USB: storage: fix misplaced parenthesis Due to a misplaced parenthesis the usbat_write_block() return value was not stored, but a boolean. USB_STOR_TRANSPORT_NO_SENSE and USB_STOR_TRANSPORT_ERROR were returned as USB_STOR_TRANSPORT_FAILED. Signed-off-by: Roel Kluin Cc: Joe Perches Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed