aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-video.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c
index bb0933f9d84c..fb0fa57dec92 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -1782,15 +1782,11 @@ static int em28xx_usb_probe(struct usb_interface *interface,
1782 model=card[nr]; 1782 model=card[nr];
1783 1783
1784 if ((model==EM2800_BOARD_UNKNOWN)||(model==EM2820_BOARD_UNKNOWN)) { 1784 if ((model==EM2800_BOARD_UNKNOWN)||(model==EM2820_BOARD_UNKNOWN)) {
1785 em28xx_errdev( "Your board has no eeprom inside it and thus can't\n" 1785 em28xx_errdev("Your board has no unique USB ID and thus can't be autodetected.\n");
1786 "%s: be autodetected. Please pass card=<n> insmod option to\n" 1786 em28xx_errdev("Please pass card=<n> insmod option to workaround that.\n");
1787 "%s: workaround that. Redirect complaints to the vendor of\n" 1787 em28xx_errdev("If there isn't any card number for you, please send an email to:\n");
1788 "%s: the TV card. Generic type will be used." 1788 em28xx_errdev("\tV4L Mailing List <video4linux-list@redhat.com>\n");
1789 "%s: Best regards,\n" 1789 em28xx_errdev("Here is a list of valid choices for the card=<n> insmod option:\n");
1790 "%s: -- tux\n",
1791 dev->name,dev->name,dev->name,dev->name,dev->name);
1792 em28xx_errdev("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1793 dev->name);
1794 for (i = 0; i < em28xx_bcount; i++) { 1790 for (i = 0; i < em28xx_bcount; i++) {
1795 em28xx_errdev(" card=%d -> %s\n", i, 1791 em28xx_errdev(" card=%d -> %s\n", i,
1796 em28xx_boards[i].name); 1792 em28xx_boards[i].name);