Re: [U-Boot] 8xx serial, smc: Coding-Style cleanup serial SMC driver

2009-02-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49913ba6.4030...@denx.de> you wrote: > Signed-off-by: Heiko Schocher > --- > cpu/mpc8xx/serial.c | 72 > +-- > 1 files changed, 24 insertions(+), 48 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -

[U-Boot] 8xx serial, smc: Coding-Style cleanup serial SMC driver

2009-02-10 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- cpu/mpc8xx/serial.c | 72 +-- 1 files changed, 24 insertions(+), 48 deletions(-) diff --git a/cpu/mpc8xx/serial.c b/cpu/mpc8xx/serial.c index 972f190..664db65 100644 --- a/cpu/mpc8xx/serial.c +++ b/cpu/mpc8xx/ser