From: Jingoo Han Date: Mon, 16 Dec 2013 09:42:48 +0000 (+0900) Subject: usb: gadget: f_mass_storage: Fix sparse warning X-Git-Tag: v3.14-rc1~148^2~90^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6195174ef4704d6e57a246189d65caed704d8613;p=pandora-kernel.git usb: gadget: f_mass_storage: Fix sparse warning Use NULL instead of 0 when returning pointer, to fix the following sparse warnings. 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: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed