usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 3 Sep 2012 10:18:20 +0000 (15:48 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Sep 2012 14:09:37 +0000 (17:09 +0300)
commitdc2cdcaf4caafeb069d01704fdfda24f9c1f443a
treef2959da3428ce99490dcfa89598fbb211c19b407
parentaffaab4c58d8e5f7c30ca2be351277cf72d2336f
usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers

Silences the following type of sparse warnings:
warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/s3c-hsudc.c