[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140529155349.GD32214@kroah.com>
Date: Thu, 29 May 2014 08:53:49 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Satish Patel <satish.patel@...com>
Cc: Rob Herring <robherring2@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
linux-omap <linux-omap@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Rob Landley <rob@...dley.net>,
Tony Lindgren <tony@...mide.com>,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Subject: Re: [PATCH v3 3/5] char: ti-usim: Add driver for USIM module on
AM43xx
On Thu, May 29, 2014 at 03:35:37PM +0530, Satish Patel wrote:
> >>+enum usim_card_mode {
> >>+ USIM_CARD_MODE_ASYNC = 0, /* asynchronous mode */
> >>+ USIM_CARD_MODE_SYNC_TYPE1, /* synchronous mode: Type 1 */
> >>+ USIM_CARD_MODE_SYNC_TYPE2, /* synchronous mode: Type 2 */
> >>+ USIM_CARD_MODE_SYNC_OTHER, /* Any other synchronous type */
> >>+};
> >>+struct usim_data {
> >>+ int slot;
> >>+ int rxexplen;
> >>+ int txlen;
> >>+ unsigned char apdu[256];
> >>+};
You need to use the proper variable types for a structure that is going
to cross the user/kernel boundry in an ioctl :(
--
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