]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63479d92a8c062b1275081d795ba9d503976dc6a
treef2959da3428ce99490dcfa89598fbb211c19b407
parent626f796d8a066d594abd4a03c530c8a5c6eb07bd
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