aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828/au0828-core.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-04-02 01:10:40 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:09:43 -0300
commit9c26de555dd3c2cb9833b4d324150aa6b5547b91 (patch)
tree0a4a3ad4be8627c369a4e27921567942a6d0d519 /drivers/media/video/au0828/au0828-core.c
parentV4L/DVB (7623): Scripts to maintain the CARDLIST file (diff)
downloadlinux-dev-9c26de555dd3c2cb9833b4d324150aa6b5547b91.tar.xz
linux-dev-9c26de555dd3c2cb9833b4d324150aa6b5547b91.zip
V4L/DVB (7624): Avoid an oops if the board is not fully defined
Avoid an oops if the board is not fully defined. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/au0828/au0828-core.c')
-rw-r--r--drivers/media/video/au0828/au0828-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/au0828-core.c b/drivers/media/video/au0828/au0828-core.c
index f5df99ea3b9f..a3410fc8f5f9 100644
--- a/drivers/media/video/au0828/au0828-core.c
+++ b/drivers/media/video/au0828/au0828-core.c
@@ -217,6 +217,7 @@ static int au0828_usb_probe (struct usb_interface *interface,
au0828_dvb_register(dev);
_info("Registered device AU0828 [%s]\n",
+ au0828_boards[dev->board].name == NULL ? "Unset" :
au0828_boards[dev->board].name);
return 0;