[media] staging: easycap: Fix incorrect comment
authorEzequiel García <elezegarcia@gmail.com>
Wed, 22 Feb 2012 21:46:15 +0000 (18:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Mar 2012 14:32:55 +0000 (11:32 -0300)
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/media/easycap/easycap_main.c

index 95f3cc1867db680b10e533c8ca3a776fbbbfd616..d0fe34afc2e5b2ec6e70af16cc5c040bf3cb45d6 100644 (file)
@@ -3542,9 +3542,8 @@ static int easycap_usb_probe(struct usb_interface *intf,
                /*
                 * It is essential to initialize the hardware before,
                 * rather than after, the device is registered,
-                * because some versions of the videodev module
-                * call easycap_open() immediately after registration,
-                * causing a clash.
+                * because some udev rules triggers easycap_open()
+                * immediately after registration, causing a clash.
                 */
                peasycap->ntsc = easycap_ntsc;
                JOM(8, "defaulting initially to %s\n",
This page took 0.028248 seconds and 5 git commands to generate.