usb: gadget: udc: clean up a printk
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 25 Nov 2014 15:55:57 +0000 (18:55 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:26 +0000 (12:13 -0600)
We already know what "value" is, so there is no need to check.  It
puzzles static checkers to have the unneeded condition.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found