Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: u_uac1: fix one code style problem

Fix one code style problem.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

authored by

Peter Chen and committed by
Felipe Balbi
c76abecc 3703cfe7

+1 -2
+1 -2
drivers/usb/gadget/function/u_uac1.c
··· 308 308 */ 309 309 void gaudio_cleanup(struct gaudio *the_card) 310 310 { 311 - if (the_card) { 311 + if (the_card) 312 312 gaudio_close_snd_dev(the_card); 313 - } 314 313 } 315 314