diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2010-07-06 08:37:11 +1200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-07-06 08:20:43 +0200 |
commit | f978d36da4024ee22957f74276e944624a8c7f6d (patch) | |
tree | f8498ba37d94cd20575b7ff592f1b40314f903ea /sound/pci | |
parent | 36ed8bdd867314660b8dca2d1b6d9e92352b319b (diff) | |
download | linux-f978d36da4024ee22957f74276e944624a8c7f6d.tar.gz linux-f978d36da4024ee22957f74276e944624a8c7f6d.tar.bz2 linux-f978d36da4024ee22957f74276e944624a8c7f6d.zip |
ALSA: asihpi - Remove unneeded ;
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/asihpi/hpidebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpidebug.c b/sound/pci/asihpi/hpidebug.c index 4cd85a401b34..949836ec913a 100644 --- 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); |