[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4D4A696E.4050302@corscience.de>
Date: Thu, 03 Feb 2011 09:38:06 +0100
From: Bernhard Walle <walle@...science.de>
To: Grant Likely <grant.likely@...retlab.ca>
CC: dbrownell@...rs.sourceforge.net,
spi-devel-general@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
arnd@...db.de
Subject: Re: [PATCH] spi: spidev: Add 32 bit compat ioctl()
Am 02.02.2011 15:15, schrieb Grant Likely:
>> static int spidev_open(struct inode *inode, struct file *filp)
>> {
>> struct spidev_data *spidev;
>> @@ -543,6 +552,9 @@ static const struct file_operations spidev_fops = {
>> .write = spidev_write,
>> .read = spidev_read,
>> .unlocked_ioctl = spidev_ioctl,
>> +#ifdef CONFIG_COMPAT
>> + .compat_ioctl = spidev_compat_ioctl,
>> +#endif
>
> Then the #ifdef/#endif can be dropped here which is tidier.
Ok, thanks, I resent the patch with that modification.
Regards,
Bernhard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists