summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-11-03 09:38:43 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2008-11-03 09:38:43 +0100
commit1874c0ea0b23d2eab6c2c6ba5d06ab4e7191b6f8 (patch)
treea957b91677ba03a30aa1770d192d872748490060 /linux/drivers/media/dvb/dvb-core
parent13454bb6f15bcd4c753c79c7b0e173c41163c635 (diff)
downloadmediapointer-dvb-s2-1874c0ea0b23d2eab6c2c6ba5d06ab4e7191b6f8.tar.gz
mediapointer-dvb-s2-1874c0ea0b23d2eab6c2c6ba5d06ab4e7191b6f8.tar.bz2
dvbdev: fix typo causing 2.6.28 compile error
From: Hans Verkuil <hverkuil@xs4all.nl> Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvbdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.c b/linux/drivers/media/dvb/dvb-core/dvbdev.c
index 7348f8ead..fa1adf9dd 100644
--- a/linux/drivers/media/dvb/dvb-core/dvbdev.c
+++ b/linux/drivers/media/dvb/dvb-core/dvbdev.c
@@ -261,7 +261,7 @@ int dvb_register_device(struct dvb_adapter *adap, struct dvb_device **pdvbdev,
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 27)
clsdev = device_create(dvb_class, adap->device,
- MKDEV(DVB_MAJOR, minor,
+ MKDEV(DVB_MAJOR, minor),
dvbdev, "dvb%d.%s%d", adap->num, dnames[type], id);
#elif LINUX_VERSION_CODE == KERNEL_VERSION(2, 6, 27)
clsdev = device_create_drvdata(dvb_class, adap->device,