[PATCH] V4L: cx88: Avoid a NULL pointer dereference during mpeg_open()
authorSteven Toth <stoth@hauppauge.com>
Sat, 15 Sep 2007 16:28:26 +0000 (12:28 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 19:30:32 +0000 (21:30 +0200)
commit05e3c38409401e00703ee50df8ee989dfa35be63
tree3cf64f4924de10cacef4a16287a1b291aefe0424
parent38501230b09293bffac60325841203877a2a7f5f
[PATCH] V4L: cx88: Avoid a NULL pointer dereference during mpeg_open()

(cherry picked from commit 48200baeab95fd39a7f4c4f3536c7142a64ac335)

[PATCH] V4L: cx88: Avoid a NULL pointer dereference during mpeg_open()

Bug: With a hardware encoder board installed as cx88[1] and a
non-encoder boards installed as cx88[0], an OOPS is generated
during cx8802_get_device() called from mpeg_open().

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/cx88/cx88-mpeg.c