commit | 9825f376533c8550dc2f8d78a5a9af6612490a1a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Oct 27 14:54:01 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Oct 28 07:38:35 2012 -0200 |
tree | ad7c8d8465d39a0676f1f802a457ec543de44b68 | |
parent | ede4c3a5a6c0d4490e39a1695570c7a6e9cf7b33 [diff] |
[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>