public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] tm6000: Remove reference to em28xx from error message.
@ 2009-04-05  0:46 Kevin Wells
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wells @ 2009-04-05  0:46 UTC (permalink / raw)
  To: Steven Toth; +Cc: linux-media

# 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;
     }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/4] tm6000: Remove reference to em28xx from error message.
@ 2009-04-05  0:49 Kevin Wells
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wells @ 2009-04-05  0:49 UTC (permalink / raw)
  To: Steven Toth; +Cc: linux-media

# 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;
     }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-05  0:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05  0:49 [PATCH 1/4] tm6000: Remove reference to em28xx from error message Kevin Wells
  -- strict thread matches above, loose matches on Subject: below --
2009-04-05  0:46 Kevin Wells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox