diff options
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | 2012-02-22 16:46:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 09:32:55 -0500 |
commit | d994c46d4309df85aea86049024cadfcbf523116 (patch) | |
tree | 05a39538ae3bebc76bc5f0fb249dea531d3e012d /drivers/staging | |
parent | 2bc1e212b3f1f783cae9adc5d16aa1a899dc2f82 (diff) |
[media] staging: easycap: Fix incorrect comment
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/easycap/easycap_main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/media/easycap/easycap_main.c b/drivers/staging/media/easycap/easycap_main.c index 95f3cc1867db..d0fe34afc2e5 100644 --- a/drivers/staging/media/easycap/easycap_main.c +++ b/drivers/staging/media/easycap/easycap_main.c | |||
@@ -3542,9 +3542,8 @@ static int easycap_usb_probe(struct usb_interface *intf, | |||
3542 | /* | 3542 | /* |
3543 | * It is essential to initialize the hardware before, | 3543 | * It is essential to initialize the hardware before, |
3544 | * rather than after, the device is registered, | 3544 | * rather than after, the device is registered, |
3545 | * because some versions of the videodev module | 3545 | * because some udev rules triggers easycap_open() |
3546 | * call easycap_open() immediately after registration, | 3546 | * immediately after registration, causing a clash. |
3547 | * causing a clash. | ||
3548 | */ | 3547 | */ |
3549 | peasycap->ntsc = easycap_ntsc; | 3548 | peasycap->ntsc = easycap_ntsc; |
3550 | JOM(8, "defaulting initially to %s\n", | 3549 | JOM(8, "defaulting initially to %s\n", |