History log of /drivers/media/video/tm6000/tm6000-video.c
Revision Date Author Comments
4be9c8fb58e48cd0110bd9504b0af1e18fa54467 06-Dec-2011 Thierry Reding <thierry.reding@avionic-design.de> [media] tm6000: Fix check for interrupt endpoint

Checking for &dev->int_in is useless because it returns the address of
the embedded struct tm6000_endpoint, which will always be positive and
therefore true.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
875f0e3da1e88f166940cbb5e530b05eb64ccc1f 06-Dec-2011 Thierry Reding <thierry.reding@avionic-design.de> [media] tm6000: Fix bad indentation

Function parameters on subsequent lines should never be aligned with the
function name but rather be indented.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
36d36b884c745c507d9b3f60eb42925749f7d758 29-Nov-2011 Mauro Carvalho Chehab <mchehab@redhat.com> [media] tm6000: Warning cleanup

drivers/media/video/tm6000/tm6000-video.c: In function ‘tm6000_release’:
drivers/media/video/tm6000/tm6000-video.c:1608:7: warning: unused variable ‘err’ [-Wunused-variable]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
8159c184cf58ac78fc868d776fa2062d1162b6e5 28-Nov-2011 Stefan Ringel <linuxtv@stefanringel.de> [media] tm6000: bugfix at interrupt reset

Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
be304970850806abea880da95fbfb743a4d9f87d 23-Sep-2011 Mauro Carvalho Chehab <mchehab@redhat.com> [media] move tm6000 to drivers/media/video

The serious bugs got fixed already.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>