[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080920.181512.80505160.davem@davemloft.net>
Date: Sat, 20 Sep 2008 18:15:12 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: a.beregalov@...il.com
Cc: linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org,
alan@...rguk.ukuu.org.uk, akpm@...ux-foundation.org
Subject: Re: [PATCH] serial_core: fix printk format warnings
From: Alexander Beregalov <a.beregalov@...il.com>
Date: Sun, 21 Sep 2008 05:11:31 +0400
> drivers/serial/serial_core.c:2158: warning: format '%x' expects type
> 'unsigned int', but argument 4 has type 'long unsigned int'
> drivers/serial/serial_core.c:2162: warning: format '%x' expects type
> 'unsigned int', but argument 4 has type 'long unsigned int
>
> Signed-off-by: Alexander Beregalov <a.beregalov@...il.com>
This is because of a patch of mine that Andrew added to -mm,
which changed the ioport to be an unsigned long.
I have some updates which I'll send to Andrew which should
cure this.
--
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