Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c76abecc authored by Peter Chen's avatar Peter Chen Committed by Felipe Balbi
Browse files

usb: gadget: u_uac1: fix one code style problem



Fix one code style problem.

Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 3703cfe7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
}
}