# HG changeset patch
# User Kevin Wells <[email protected]>
# Date 1238839620 -46800
# Node ID a293d5babca03bb5a7f21ecb659d55e447194e49
# Parent  3d58b6531a818aafdacde895c34e4517a4dc4104
Remove reference to em28xx from error message.

From: Kevin Wells <[email protected]>

Priority: normal

Signed-off-by: Kevin Wells <[email protected]>

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;
    }
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to