Re: [PATCH] cris: arch-v32/drivers/sync_serial.c: fix error macro position

2013-01-15 Thread Jesper Nilsson
On Mon, Jan 14, 2013 at 10:46:28PM +0100, Cong Ding wrote: > the macro CONFIG_ETRAXFS is used in wrong position - all the port[1] related > stuff should be used only when CONFIG_ETRAXFS is enabled. Problem should not be possible to see unless you enable CONFIG_ETRAX_SYNCHRONOUS_SERIAL_PORT1 also,

[PATCH] cris: arch-v32/drivers/sync_serial.c: fix error macro position

2013-01-14 Thread Cong Ding
the macro CONFIG_ETRAXFS is used in wrong position - all the port[1] related stuff should be used only when CONFIG_ETRAXFS is enabled. Signed-off-by: Cong Ding --- arch/cris/arch-v32/drivers/sync_serial.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/cris/arc