]> git.baikalelectronics.ru Git - kernel.git/commit
[media] mxl111sf: fix error on stream stop in mxl111sf_ep6_streaming_ctrl()
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 18 Mar 2012 17:35:57 +0000 (14:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 20 Mar 2012 01:24:40 +0000 (22:24 -0300)
commitcf12b90261dc46e57ebde185f1600178c70ed987
tree9e5f86660b0bd9462a3e242fa52b8b944b64f623
parent00c7852eaf2a6b3161eeb817367419d4983a4bb4
[media] mxl111sf: fix error on stream stop in mxl111sf_ep6_streaming_ctrl()

Remove unnecessary register access in mxl111sf_ep6_streaming_ctrl()

This code breaks driver operation in kernel 3.3 and later, although
it works properly in 3.2  Disable register access to 0x12 for now.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/mxl111sf.c