summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/b2c2/flexcop-usb.c
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-04-15 12:06:09 +0000
committerPatrick Boettcher <devnull@localhost>2005-04-15 12:06:09 +0000
commitb5833bcf1184221ce9ff84d4787d77ce1cbacafa (patch)
treeb1242864168df16859484a231e6bdcee64f0d82d /linux/drivers/media/dvb/b2c2/flexcop-usb.c
parent717a1066fcaa19eecb124fa58510e02dee4b4456 (diff)
downloadmediapointer-dvb-s2-b5833bcf1184221ce9ff84d4787d77ce1cbacafa.tar.gz
mediapointer-dvb-s2-b5833bcf1184221ce9ff84d4787d77ce1cbacafa.tar.bz2
Corrected the THIS_MODULE handling for the flexcop-stuff and dvb-usb which lead to oopses because of misorganized module dependencies.
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-usb.c')
-rw-r--r--linux/drivers/media/dvb/b2c2/flexcop-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-usb.c b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
index 9d05be88c..6ab4a96d7 100644
--- a/linux/drivers/media/dvb/b2c2/flexcop-usb.c
+++ b/linux/drivers/media/dvb/b2c2/flexcop-usb.c
@@ -498,6 +498,7 @@ static int flexcop_usb_probe(struct usb_interface *intf,
fc->bus_type = FC_USB;
fc->dev = &udev->dev;
+ fc->owner = THIS_MODULE;
/* bus specific part */
fc_usb->udev = udev;