[media] jeilinj: fix return of the response code
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Oct 2012 17:54:01 +0000 (14:54 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Oct 2012 09:38:35 +0000 (07:38 -0200)
commit9825f376533c8550dc2f8d78a5a9af6612490a1a
treead7c8d8465d39a0676f1f802a457ec543de44b68
parentede4c3a5a6c0d4490e39a1695570c7a6e9cf7b33
[media] jeilinj: fix return of the response code

drivers/media/usb/gspca/jeilinj.c: In function 'jlj_read1':
drivers/media/usb/gspca/jeilinj.c:117:66: warning: parameter 'response' set but not used [-Wunused-but-set-parameter]
The code still doesn't make much sense, as response is never tested
there.

Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/gspca/jeilinj.c