Re: [2.6 patch] ivtv: fix NULL dereference

2007-10-15 Thread Mauro Carvalho Chehab
Em Dom, 2007-10-14 às 20:03 +0200, Hans Verkuil escreveu: > On Sunday 14 October 2007 19:51:37 Adrian Bunk wrote: > > We shouldn't dereference "itv" when we know it's NULL... > > > > Spotted by the Coverity checker. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > --- > > --- linux-2

Re: [2.6 patch] ivtv: fix NULL dereference

2007-10-14 Thread Hans Verkuil
On Sunday 14 October 2007 19:51:37 Adrian Bunk wrote: > We shouldn't dereference "itv" when we know it's NULL... > > Spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > --- linux-2.6/drivers/media/video/ivtv/ivtv-fileops.c.old 2007-10-14 > 19:17:12.

[2.6 patch] ivtv: fix NULL dereference

2007-10-14 Thread Adrian Bunk
We shouldn't dereference "itv" when we know it's NULL... Spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- linux-2.6/drivers/media/video/ivtv/ivtv-fileops.c.old 2007-10-14 19:17:12.0 +0200 +++ linux-2.6/drivers/media/video/ivtv/ivtv-fileops.c