mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
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>
This commit is contained in:
parent
3703cfe782
commit
c76abecc42
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user