[PATCHv2 1/2] ds3000: return meaningful return codes

2016-03-16 Thread Olli Salonen
The ds3000 driver returned 1 as an error code in many places. v1 of the patch series got incorrect subject lines. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/ds3000.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCHv2 2/2] ds3000: return error if invalid symbol rate is set

2016-03-16 Thread Olli Salonen
Return -EINVAL if ds3000_set_frontend is called with invalid parameters. v1 of the patch series got incorrect subject lines. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/ds3000.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 1/2] ds3000: return meaningful return codes

2016-03-16 Thread Olli Salonen
The ds3000 driver returned 1 as an error code in many places. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/ds3000.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/media/dvb-frontends/ds3000.c

[PATCH 1/2] ds3000: return meaningful return codes

2016-03-16 Thread Olli Salonen
Return -EINVAL if ds3000_set_frontend is called with invalid parameters. Signed-off-by: Olli Salonen --- drivers/media/dvb-frontends/ds3000.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/media/dvb-frontends/ds3000.c

Re: Support for WinTV-soloHD

2016-03-16 Thread Russel Winder
Question answered: the device works as wanted in the newly released 4.5 kernel on Fedora Rawhide. On Sat, 2016-03-12 at 18:51 +, Russel Winder wrote: > I plugged a WinTV-soloHD device into my Debian Sid system running: > > Linux anglides 4.4.0-1-amd64 #1 SMP Debian 4.4.4-2 (2016-03-09) >

Re: [PATCH] media: add GFP flag to media_*() that could get called in atomic context

2016-03-16 Thread Sakari Ailus
Hi Mauro, On Tue, Mar 15, 2016 at 12:55:35PM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 14 Mar 2016 14:09:09 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Mon, Mar 14, 2016 at 08:46:33AM -0300, Mauro Carvalho Chehab wrote: > > > Em Mon, 14 Mar 2016 12:52:54