Re: [v4l-dvb-maintainer] [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-08-11 Thread Markus Rechberger
On 8/11/07, Trent Piepho <[EMAIL PROTECTED]> wrote: > On Fri, 10 Aug 2007, Markus Rechberger wrote: > > On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > > > On 7/31/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > The Coverity checker spotted that we have already oops'ed if "fe" was > > > NUL

Re: [v4l-dvb-maintainer] [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-08-10 Thread Trent Piepho
On Fri, 10 Aug 2007, Markus Rechberger wrote: > On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > > On 7/31/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > The Coverity checker spotted that we have already oops'ed if "fe" was > > NULL. > > > > > > --- linux-2.6.23-rc1-mm1/drivers/media/dvb/dvb-

Re: [v4l-dvb-maintainer] [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-08-10 Thread Markus Rechberger
On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > On 7/31/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > The Coverity checker spotted that we have already oops'ed if "fe" was > NULL. > > > > Since "fe" being NULL seems impossible at this point this patch removes > > the NULL check. > > > > Signe

Re: [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-07-31 Thread Manu Abraham
On 7/31/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > The Coverity checker spotted that we have already oops'ed if "fe" was NULL. > > Since "fe" being NULL seems impossible at this point this patch removes > the NULL check. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > --- linux-2.6.2

[2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-07-30 Thread Adrian Bunk
The Coverity checker spotted that we have already oops'ed if "fe" was NULL. Since "fe" being NULL seems impossible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- linux-2.6.23-rc1-mm1/drivers/media/dvb/dvb-core/dvb_frontend.c.old 2007-07