On Mon, Sep 27, 2010 at 02:27:48PM +0200, Belisko Marek wrote: > Signed-off-by: Marek Belisko <marek.belisko@xxxxxxxxx> > --- > drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c > b/drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c > index 27e2f5a..0b7ee73 100644 > --- a/drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c > +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c > @@ -55,7 +55,7 @@ extern void CardSendCommand(struct ft1000_device *ft1000dev, > > static int ft1000_ChOpen(struct inode *Inode, struct file *File); > static unsigned int ft1000_ChPoll(struct file *file, poll_table * wait); > -static int ft1000_ChIoctl(struct file *File, unsigned int Command, > +static long ft1000_ChIoctl(struct file *File, unsigned int Command, > unsigned long Argument); Doh, sorry about that, this was my fault, thanks for fixing it. greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel