V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
[deliverable/linux.git] / drivers / media / video / hexium_gemini.c
index 352f84d440fb64272e6818fc2439122fa0c43230..79393d1772e40163a7e4bcfa1f971ef88faaacd8 100644 (file)
@@ -306,7 +306,7 @@ static int hexium_detach(struct saa7146_dev *dev)
        return 0;
 }
 
-static int hexium_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
+static long hexium_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
 {
        struct saa7146_dev *dev = fh->dev;
        struct hexium *hexium = (struct hexium *) dev->ext_priv;
This page took 0.025617 seconds and 5 git commands to generate.