From: Hans Verkuil Date: Wed, 18 Feb 2009 16:52:24 +0000 (-0300) Subject: V4L/DVB (10709): zoran: set correct parent of the video device. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aff88bca73a16039ed0988660dc7ab755c3e1741;p=mv-sheeva.git V4L/DVB (10709): zoran: set correct parent of the video device. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/zoran/zoran_card.c b/drivers/media/video/zoran/zoran_card.c index 5d2f090aa0f..1ad9ed48dbd 100644 --- a/drivers/media/video/zoran/zoran_card.c +++ b/drivers/media/video/zoran/zoran_card.c @@ -1137,6 +1137,7 @@ zr36057_init (struct zoran *zr) * Now add the template and register the device unit. */ memcpy(zr->video_dev, &zoran_template, sizeof(zoran_template)); + zr->video_dev->parent = &zr->pci_dev->dev; strcpy(zr->video_dev->name, ZR_DEVNAME(zr)); err = video_register_device(zr->video_dev, VFL_TYPE_GRABBER, video_nr[zr->id]); if (err < 0)