From: Mark Knibbs Date: Sun, 21 Sep 2014 18:59:42 +0000 (+0100) Subject: storage: Replace magic number with define in usb_stor_euscsi_init() X-Git-Tag: fixes-for-v3.18-merge-window~16^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda9893c50fb56253d3c206c14e3f933e5f68b3c;p=pandora-kernel.git storage: Replace magic number with define in usb_stor_euscsi_init() usb_stor_euscsi_init() calls usb_stor_control_msg() with timeout argument 5000. USB_CTRL_SET_TIMEOUT is defined to be 5000 in usb.h, so would it make sense to use that instead? Patch below if it would. Signed-off-by: Mark Knibbs Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed