[media] staging: easycap: Fix incorrect comment
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2bc1e212b3
commit
d994c46d43
1 changed files with 2 additions and 3 deletions
|
@ -3542,9 +3542,8 @@ static int easycap_usb_probe(struct usb_interface *intf,
|
||||||
/*
|
/*
|
||||||
* It is essential to initialize the hardware before,
|
* It is essential to initialize the hardware before,
|
||||||
* rather than after, the device is registered,
|
* rather than after, the device is registered,
|
||||||
* because some versions of the videodev module
|
* because some udev rules triggers easycap_open()
|
||||||
* call easycap_open() immediately after registration,
|
* immediately after registration, causing a clash.
|
||||||
* causing a clash.
|
|
||||||
*/
|
*/
|
||||||
peasycap->ntsc = easycap_ntsc;
|
peasycap->ntsc = easycap_ntsc;
|
||||||
JOM(8, "defaulting initially to %s\n",
|
JOM(8, "defaulting initially to %s\n",
|
||||||
|
|
Loading…
Reference in a new issue