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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:53:02 +0000 (09:53 -0700)
commit25c67995203d092a3ab6860ddb84050cab745efe
treea659a6aaa2d6017dd0baa97f79616f5874d53b81
parent58f3dcce144cf88dedeb89250545ae242532b3c9
mxl111sf: fix error on stream stop in mxl111sf_ep6_streaming_ctrl()

commit 3be5bb71fbf18f83cb88b54a62a78e03e5a4f30a upstream.

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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/dvb/dvb-usb/mxl111sf.c