projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3703cfe
)
usb: gadget: u_uac1: fix one code style problem
author
Peter Chen
<peter.chen@freescale.com>
Mon, 1 Dec 2014 08:09:29 +0000
(16:09 +0800)
committer
Felipe Balbi
<balbi@ti.com>
Thu, 15 Jan 2015 15:41:48 +0000
(09:41 -0600)
Fix one code style problem.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/u_uac1.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/function/u_uac1.c
b/drivers/usb/gadget/function/u_uac1.c
index 53842a1b947fc34a9dd69b915d1f10c2e647685a..c78c84138a28dc365a77d1e2456788e2f1f6f595 100644
(file)
--- a/
drivers/usb/gadget/function/u_uac1.c
+++ b/
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);
- }
}