From: Maxin B John Date: Sun, 8 May 2011 12:56:17 +0000 (+0300) Subject: usb: gadget: Remove the LUN checks which are always true X-Git-Tag: v3.0-rc1~337^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849426c3a430a6fb4613b0e5dbb81bcd6b10a075;p=pandora-kernel.git usb: gadget: Remove the LUN checks which are always true Comparing an unsigned integer with greater than or equal to zero is always true. So, it is safe to remove similar checks from 'f_mass_storage.c' and 'file_storage.c' Signed-off-by: Maxin B. John Acked-by: Michal Nazarewicz Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed