Re: [PATCH] serial: atmel: fix compiler warning on address cast

2015-10-08 Thread Russell King - ARM Linux
On Thu, Oct 08, 2015 at 03:49:54PM +0100, Andre Przywara wrote: > Hi, > > On 08/10/15 11:38, Alexandre Belloni wrote: > > On 08/10/2015 at 10:37:49 +0100, Russell King - ARM Linux wrote : > >> On Thu, Oct 08, 2015 at 11:01:48AM +0200, Alexandre Belloni wrote: > >>> On 05/10/2015 at 18:00:52 +0100,

Re: [PATCH] serial: atmel: fix compiler warning on address cast

2015-10-08 Thread Andre Przywara
Hi, On 08/10/15 11:38, Alexandre Belloni wrote: > On 08/10/2015 at 10:37:49 +0100, Russell King - ARM Linux wrote : >> On Thu, Oct 08, 2015 at 11:01:48AM +0200, Alexandre Belloni wrote: >>> On 05/10/2015 at 18:00:52 +0100, Andre Przywara wrote : Turning on KVM and LPAE support on top of a mul

Re: [PATCH] serial: atmel: fix compiler warning on address cast

2015-10-08 Thread Alexandre Belloni
On 08/10/2015 at 10:37:49 +0100, Russell King - ARM Linux wrote : > On Thu, Oct 08, 2015 at 11:01:48AM +0200, Alexandre Belloni wrote: > > On 05/10/2015 at 18:00:52 +0100, Andre Przywara wrote : > > > Turning on KVM and LPAE support on top of a multi_v7_defconfig will > > > produce a compiler warni

Re: [PATCH] serial: atmel: fix compiler warning on address cast

2015-10-08 Thread Russell King - ARM Linux
On Thu, Oct 08, 2015 at 11:01:48AM +0200, Alexandre Belloni wrote: > On 05/10/2015 at 18:00:52 +0100, Andre Przywara wrote : > > Turning on KVM and LPAE support on top of a multi_v7_defconfig will > > produce a compiler warning in the Atmel serial driver: > > drivers/tty/serial/atmel_serial.c: In f

Re: [PATCH] serial: atmel: fix compiler warning on address cast

2015-10-08 Thread Alexandre Belloni
On 05/10/2015 at 18:00:52 +0100, Andre Przywara wrote : > Turning on KVM and LPAE support on top of a multi_v7_defconfig will > produce a compiler warning in the Atmel serial driver: > drivers/tty/serial/atmel_serial.c: In function 'atmel_verify_port': > drivers/tty/serial/atmel_serial.c:2299:6: wa

[PATCH] serial: atmel: fix compiler warning on address cast

2015-10-05 Thread Andre Przywara
Turning on KVM and LPAE support on top of a multi_v7_defconfig will produce a compiler warning in the Atmel serial driver: drivers/tty/serial/atmel_serial.c: In function 'atmel_verify_port': drivers/tty/serial/atmel_serial.c:2299:6: warning: cast to pointer from integer of different size [-Wint-to