V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
[deliverable/linux.git] / drivers / media / video / hexium_orion.c
index 8d3c1482e7ea376b5ae9919f7107b7eded09e185..074bec711fe0a621b1894f50c35246195b7bc3bf 100644 (file)
@@ -370,7 +370,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.029735 seconds and 5 git commands to generate.