projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
V4L/DVB (10223): zoran: Remove global device array
[linux-2.6]
/
drivers
/
media
/
video
/
mxb.c
diff --git
a/drivers/media/video/mxb.c
b/drivers/media/video/mxb.c
index
7f13028
..
e3cbe14
100644
(file)
--- a/
drivers/media/video/mxb.c
+++ b/
drivers/media/video/mxb.c
@@
-489,7
+489,7
@@
static int mxb_detach(struct saa7146_dev *dev)
return 0;
}
-static
int
mxb_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
+static
long
mxb_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
{
struct saa7146_dev *dev = fh->dev;
struct mxb *mxb = (struct mxb *)dev->ext_priv;