]> 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)
commit3ec79c474df54fd3d6893d065f066812af7ae90e
tree9e5f86660b0bd9462a3e242fa52b8b944b64f623
parenta07925a8789247e981769329a1c5f96d0be26e53
[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