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:
36ed8bd
)
ALSA: asihpi - Remove unneeded ;
author
Eliot Blennerhassett
<eblennerhassett@audioscience.com>
Mon, 5 Jul 2010 20:37:11 +0000
(08:37 +1200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 6 Jul 2010 06:20:43 +0000
(08:20 +0200)
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpidebug.c
patch
|
blob
|
history
diff --git
a/sound/pci/asihpi/hpidebug.c
b/sound/pci/asihpi/hpidebug.c
index 4cd85a401b34f6943370be614fdb14971fae25cd..949836ec913a12df3e753c68b526a3f2b53ea024 100644
(file)
--- a/
sound/pci/asihpi/hpidebug.c
+++ b/
sound/pci/asihpi/hpidebug.c
@@
-111,7
+111,7
@@
make_treenode_from_array(hpi_control_type_strings, HPI_CONTROL_TYPE_STRINGS)
&hpi_profile_strings,\
&hpi_control_strings, \
&hpi_asyncevent_strings \
-}
;
+}
make_treenode_from_array(hpi_function_strings, HPI_FUNCTION_STRINGS)
compile_time_assert(HPI_OBJ_MAXINDEX == 14, obj_list_doesnt_match);