Browse Source

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>
Peter Chen 10 năm trước cách đây
mục cha
commit
c76abecc42
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      drivers/usb/gadget/function/u_uac1.c

+ 1 - 2
drivers/usb/gadget/function/u_uac1.c

@@ -308,8 +308,7 @@ int gaudio_setup(struct gaudio *card)
  */
 void gaudio_cleanup(struct gaudio *the_card)
 {
-	if (the_card) {
+	if (the_card)
 		gaudio_close_snd_dev(the_card);
-	}
 }