Re: [U-Boot] [PATCH] AT91: remove superfluous test in spi driver

2010-08-09 Thread Xu, Hong
Hi Reinhard Meyer, > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Reinhard > Meyer (-VC) > Sent: 2010?7?30? 17:54 > To: u-boot > Subject: [U-Boot] [PATCH] AT91: remove superfluous test in spi driver >

[U-Boot] [PATCH] AT91: remove superfluous test in spi driver

2010-07-30 Thread Reinhard Meyer (-VC)
Let spi_cs_is_valid() alone make the decision Signed-off-by: Reinhard Meyer --- drivers/spi/atmel_spi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 317c0b4..1a650ee 100644 --- a/drivers/spi/atmel_spi.c +++ b/dr