Re: [PATCH 4/7] rtl28xxu: move tuner probing to .read_config()

2012-09-27 Thread Antti Palosaari
TCH 1/7] rtl28xxu: move tuner probing to .read_config() Move rtl2832u tuner probing correct place. [PATCH 4/7] rtl28xxu: move tuner probing to .read_config() Move rtl2831u tuner probing correct place. It is OK, nothing wrong. Driver supports multiple chips, RTL2831U and RTL2832U. Antti S

Re: [PATCH 4/7] rtl28xxu: move tuner probing to .read_config()

2012-09-27 Thread Mauro Carvalho Chehab
Em Mon, 17 Sep 2012 23:58:09 +0300 Antti Palosaari escreveu: > Move rtl2831u tuner probing correct place. Huh? Patch 1/7 has exactly the same subject and description... what's the difference between them? > > Signed-off-by: Antti Palosaari > --- > drivers/media/usb/dvb-usb-v2/rtl28xxu.c |

[PATCH 4/7] rtl28xxu: move tuner probing to .read_config()

2012-09-17 Thread Antti Palosaari
Move rtl2831u tuner probing correct place. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 175 ++-- 1 file changed, 99 insertions(+), 76 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rt