Hi.

On Mon, 2010-11-01 at 11:00 -0700, ext Randy Dunlap wrote:
> Use %zd to print ssize_t variables and %zu to print size_t:
> 
> drivers/nfc/pn544.c:332: warning: format '%d' expects type 'int',
> but argument 6 has type 'size_t'
> drivers/nfc/pn544.c:442: warning: format '%d' expects type 'int',
> but argument 6 has type 'size_t'

Fixed.

On Fri, 2010-10-29 at 14:35 -0700, ext Andrew Morton wrote:
On Fri, 29 Oct 2010 09:26:09 +0300
> "Matti J. Aaltonen" <matti.j.aalto...@nokia.com> wrote:
> 
> > +static void __exit pn544_exit(void)
> > +{
> > +   flush_scheduled_work();
> 
> You said this had been removed.  Did you send the correct version?

Now I've removed it.

I've also replaced short msleeps with usleep_range calls. And in addition
I rewrote the document file.

B.R.
Matti 






 

Matti J. Aaltonen (1):
  NFC: Driver for NXP Semiconductors PN544 NFC chip.

 Documentation/nfc/nfc-pn544.txt |  117 +++++
 drivers/Kconfig                 |    2 +
 drivers/Makefile                |    2 +-
 drivers/nfc/Kconfig             |   30 ++
 drivers/nfc/Makefile            |    5 +
 drivers/nfc/pn544.c             |  891 +++++++++++++++++++++++++++++++++++++++
 include/linux/nfc/pn544.h       |   97 +++++
 7 files changed, 1143 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/nfc/nfc-pn544.txt
 create mode 100644 drivers/nfc/Kconfig
 create mode 100644 drivers/nfc/Makefile
 create mode 100644 drivers/nfc/pn544.c
 create mode 100644 include/linux/nfc/pn544.h

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to