usb: gadget: f_uac1: remove an unneeded NULL check
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 8 Oct 2014 10:40:37 +0000 (13:40 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:00:59 +0000 (10:00 -0600)
This NULL check sets off a static checker warning because we already
dereferenced "card" earlier in the function.  However, since "card" is
never NULL so we can just remove the check.

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

No differences found