From: Jingoo Han Date: Mon, 5 Aug 2013 03:11:05 +0000 (+0900) Subject: usb: gadget: f_mass_storage: use NULL instead of 0 X-Git-Tag: v3.12-rc1~186^2~77^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136c489b1cdcaad8f3da31298b839b5861d9de6d;p=pandora-kernel.git usb: gadget: f_mass_storage: use NULL instead of 0 The local variables such as 'filename', 'vendor_name', and 'product_name' are pointers; thus, use NULL instead of 0 to fix the following sparse warnings drivers/usb/gadget/f_mass_storage.c:3046:27: warning: Using plain integer as NULL pointer drivers/usb/gadget/f_mass_storage.c:3050:28: warning: Using plain integer as NULL pointer drivers/usb/gadget/f_mass_storage.c:3051:29: warning: Using plain integer as NULL pointer Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed