projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88766f0
)
ALSA: usb-audio: neaten MODULE_DEVICE_TABLE placement
author
Eldad Zack
<eldad@fogrefinery.com>
Wed, 3 Apr 2013 21:18:50 +0000
(23:18 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 4 Apr 2013 06:30:18 +0000
(08:30 +0200)
Minor style fix, following a general code style in the kernel.
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/card.c
b/sound/usb/card.c
index 8bab36cdf2eaac7d7ab7dd62cdb2dcffb594031f..314e8a211c9a13bd7e6d5656b5379477f178bfa4 100644
(file)
--- a/
sound/usb/card.c
+++ b/
sound/usb/card.c
@@
-714,8
+714,7
@@
static struct usb_device_id usb_audio_ids [] = {
.bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL },
{ } /* Terminating entry */
};
-
-MODULE_DEVICE_TABLE (usb, usb_audio_ids);
+MODULE_DEVICE_TABLE(usb, usb_audio_ids);
/*
* entry point for linux usb interface