From: linux@audioscience.com
To: patch@alsa-project.org
Cc: tiwai@suse.de,
Eliot Blennerhassett <eblennerhassett@audioscience.com>,
alsa-devel@alsa-project.org
Subject: [PATCH 6/6] Remove unneeded ;
Date: Fri, 02 Jul 2010 11:23:35 +1200 [thread overview]
Message-ID: <1278026615-16153-7-git-send-email-linux@audioscience.com> (raw)
In-Reply-To: <1278026615-16153-1-git-send-email-linux@audioscience.com>
From: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
---
pci/asihpi/hpidebug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pci/asihpi/hpidebug.c b/pci/asihpi/hpidebug.c
index 4cd85a4..949836e 100644
--- a/pci/asihpi/hpidebug.c
+++ b/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);
--
1.7.0.4
next prev parent reply other threads:[~2010-07-01 23:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-01 23:23 Update asihpi to hpi version 4.03.36 linux
2010-07-01 23:23 ` [PATCH 1/6] Remove/replace some deprecated items. Add new compander api. Add a version string define linux
2010-07-05 9:25 ` Takashi Iwai
2010-07-01 23:23 ` [PATCH 2/6] Use version string instead of printf formatting linux
2010-07-01 23:23 ` [PATCH 3/6] Add ASI5200 family linux
2010-07-01 23:23 ` [PATCH 4/6] Add compander. Factor out some common code for stereo log value reading. Make some more entity functions static linux
2010-07-01 23:23 ` [PATCH 5/6] Handle errors in tuner level caching, and correct error code for aesebu rx status linux
2010-07-01 23:23 ` linux [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-07-05 20:37 Resent HPI 4.03.36 updated summaries linux
2010-07-05 20:37 ` [PATCH 6/6] Remove unneeded ; linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1278026615-16153-7-git-send-email-linux@audioscience.com \
--to=linux@audioscience.com \
--cc=alsa-devel@alsa-project.org \
--cc=eblennerhassett@audioscience.com \
--cc=patch@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.