Re: [PATCH] au0828: Cancel stream-restart operation if frontend is disconnected

2014-05-09 Thread Mauro Carvalho Chehab
Em Fri, 09 May 2014 05:12:53 -0300 Mauro Carvalho Chehab escreveu: > Em Fri, 09 May 2014 12:54:11 +0800 > Changbing xi...@pop3.w2.samsung.net escreveu: > > > From: Changbing Xiong > > > > If the tuner is already disconnected, It is meaningless to go on doing the > > stream-restart operation, I

Re: [PATCH] au0828: Cancel stream-restart operation if frontend is disconnected

2014-05-09 Thread Mauro Carvalho Chehab
Em Fri, 09 May 2014 12:54:11 +0800 Changbing xi...@pop3.w2.samsung.net escreveu: > From: Changbing Xiong > > If the tuner is already disconnected, It is meaningless to go on doing the > stream-restart operation, It is better to cancel this operation. > > Signed-off-by: Changbing Xiong > --- >

[PATCH] au0828: Cancel stream-restart operation if frontend is disconnected

2014-05-08 Thread Changbing
From: Changbing Xiong If the tuner is already disconnected, It is meaningless to go on doing the stream-restart operation, It is better to cancel this operation. Signed-off-by: Changbing Xiong --- drivers/media/usb/au0828/au0828-dvb.c |2 ++ 1 file changed, 2 insertions(+) mode change 100