V4L/DVB: tm6000: typo fix: the identifer string is wrong
authorStefan Ringel <stefan.ringel@arcor.de>
Fri, 5 Feb 2010 22:57:03 +0000 (19:57 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:43:50 +0000 (00:43 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index e1a6c16..3f4eb05 100644 (file)
@@ -479,7 +479,7 @@ static int tm6000_usb_probe(struct usb_interface *interface,
        /* 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: Supports only %i tm60xx boards.\n",TM6000_MAXBOARDS);
                usb_put_dev(usbdev);
                return -ENOMEM;
        }