Skip to content

Commit

Permalink
[media] staging: easycap: Fix incorrect comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Ezequiel García authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 2bc1e21 commit d994c46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/media/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d994c46

Please sign in to comment.