From: Michal Nazarewicz Date: Thu, 28 Oct 2010 15:31:20 +0000 (+0200) Subject: USB: gadget: f_mass_storage: use ?: instead of a macro X-Git-Tag: v2.6.38-rc1~465^2~11^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ccd7923fe521273d63d936129754e71a33ebe51;p=pandora-kernel.git USB: gadget: f_mass_storage: use ?: instead of a macro This commit removes an "OR" macro defined in Mass Storage Function in favour of a two argument version of "?:" operator (which is a GCC extension). Signed-off-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed