From: Chris Rorvick <chris@rorvick.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Chris Rorvick <chris@rorvick.com>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
Stefan Hajnoczi <stefanha@gmail.com>
Subject: [PATCH 1/2] ALSA: line6: Remove unused line6_midibuf_status()
Date: Sun, 1 Feb 2015 01:01:08 -0600 [thread overview]
Message-ID: <1422774069-17328-2-git-send-email-chris@rorvick.com> (raw)
In-Reply-To: <1422774069-17328-1-git-send-email-chris@rorvick.com>
This function has not been used since merging the driver into the kernel
(and a good while before that.)
Signed-off-by: Chris Rorvick <chris@rorvick.com>
---
sound/usb/line6/midibuf.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sound/usb/line6/midibuf.c b/sound/usb/line6/midibuf.c
index b5c4d79..3b8b59b 100644
--- a/sound/usb/line6/midibuf.c
+++ b/sound/usb/line6/midibuf.c
@@ -67,13 +67,6 @@ int line6_midibuf_init(struct midi_buffer *this, int size, int split)
return 0;
}
-void line6_midibuf_status(struct midi_buffer *this)
-{
- pr_debug("midibuf size=%d split=%d pos_read=%d pos_write=%d full=%d command_prev=%02x\n",
- this->size, this->split, this->pos_read, this->pos_write,
- this->full, this->command_prev);
-}
-
int line6_midibuf_bytes_free(struct midi_buffer *this)
{
return
--
2.1.0
next prev parent reply other threads:[~2015-02-01 7:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-01 7:01 [PATCH 0/2] Remove unused functions Chris Rorvick
2015-02-01 7:01 ` Chris Rorvick [this message]
2015-02-01 7:01 ` [PATCH 2/2] ALSA: line6: Remove unused line6_midibuf_skip_message() Chris Rorvick
2015-02-01 8:37 ` [PATCH 0/2] Remove unused functions Takashi Iwai
2015-02-01 13:44 ` Chris Rorvick
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=1422774069-17328-2-git-send-email-chris@rorvick.com \
--to=chris@rorvick.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefanha@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®