]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: amd5536udc: NULL comparison
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 22 Sep 2015 13:24:37 +0000 (18:54 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 1 Oct 2015 17:40:22 +0000 (12:40 -0500)
commit1b7015083486e0e5b919981c980980afca37507e
treec1832fec96202f8fc6871d7705ed1c0236579855
parent5d31a17b389870a8eb215ce7313144eb49c08838
usb: gadget: amd5536udc: NULL comparison

A NULL comparison can be written as if (var) or if (!var).

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/amd5536udc.c