1
0
Fork 0

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>
hifive-unleashed-5.1
Peter Chen 2014-12-01 16:09:29 +08:00 committed by Felipe Balbi
parent 3703cfe782
commit c76abecc42
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
}