From: Sachin Kamat Date: Wed, 22 Aug 2012 10:19:02 +0000 (+0530) Subject: usb: gadget: s3c2410_udc: Do not use integer for NULL X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~141^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86bab36662d47388102ca437a3cbfd79e0ea75cd;p=pandora-kernel.git usb: gadget: s3c2410_udc: Do not use integer for NULL 'req' being a pointer shouldn't be equated with 0. Fixes the following compilation warning: drivers/usb/gadget/s3c2410_udc.c:1299:13: warning: Using plain integer as NULL pointer Signed-off-by: Sachin Kamat Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed