From: Kevin Wells <wells_kevin@yahoo.co.nz>
To: Steven Toth <stoth@linuxtv.org>
Cc: linux-media@vger.kernel.org
Subject: [PATCH 1/4] tm6000: Remove reference to em28xx from error message.
Date: Sun, 05 Apr 2009 12:49:18 +1200 [thread overview]
Message-ID: <49D8000E.80501@yahoo.co.nz> (raw)
# HG changeset patch
# User Kevin Wells <kevin.wells@kahusoft.com>
# Date 1238839620 -46800
# Node ID a293d5babca03bb5a7f21ecb659d55e447194e49
# Parent 3d58b6531a818aafdacde895c34e4517a4dc4104
Remove reference to em28xx from error message.
From: Kevin Wells <kevin.wells@kahusoft.com>
Priority: normal
Signed-off-by: Kevin Wells <kevin.wells@kahusoft.com>
diff -r 3d58b6531a81 -r a293d5babca0
linux/drivers/media/video/tm6000/tm6000-cards.c
--- a/linux/drivers/media/video/tm6000/tm6000-cards.c Fri Nov 28
08:39:00 2008 -0200
+++ b/linux/drivers/media/video/tm6000/tm6000-cards.c Sat Apr 04
23:07:00 2009 +1300
@@ -378,7 +378,7 @@
/* Check to see next free device and mark as used */
nr=find_first_zero_bit(&tm6000_devused,TM6000_MAXBOARDS);
if (nr >= TM6000_MAXBOARDS) {
- printk ("tm6000: Supports only %i em28xx
boards.\n",TM6000_MAXBOARDS);
+ printk("tm6000: Only supports %i boards.\n", TM6000_MAXBOARDS);
usb_put_dev(usbdev);
return -ENOMEM;
}
next reply other threads:[~2009-04-05 0:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-05 0:49 Kevin Wells [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-04-05 0:46 [PATCH 1/4] tm6000: Remove reference to em28xx from error message Kevin Wells
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=49D8000E.80501@yahoo.co.nz \
--to=wells_kevin@yahoo.co.nz \
--cc=linux-media@vger.kernel.org \
--cc=stoth@linuxtv.org \
/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.