From: Felipe Balbi Date: Mon, 25 Nov 2013 17:07:46 +0000 (-0600) Subject: usb: gadget: storage: fix sparse warning X-Git-Tag: v3.13-rc4~47^2~15^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91d2f4337cdf8009da21cb93173099caf7981d4;p=pandora-kernel.git usb: gadget: storage: fix sparse warning fsg_common_set_inquiry_string() expects pointers as second and third argument. Let's fix that by passing NULL instead of plain 0 just so we silence sparse's: drivers/usb/gadget/f_mass_storage.c:3114:60: warning: \ Using plain integer as NULL pointer drivers/usb/gadget/f_mass_storage.c:3114:63: warning: \ Using plain integer as NULL pointer Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed