[PATCH v2 2/7] memory: atmel-ebi: Simplify SMC config code
From: Alexander Dahl <hidden>
Date: 2017-08-31 06:27:40
From: Alexander Dahl <hidden>
Date: 2017-08-31 06:27:40
Hello Ian, Am Mittwoch, 30. August 2017, 13:53:57 schrieb ian.eperson at dedf.co.uk:
My understanding is that atmel_ebi_xslate_smc_timings() returns true (>0), false (0) or error (<0) so the first test here should be: if(ret<0)
I came to the same conclusions in July and sent a patch which was already applied with commit bc9b934b2fbbd51008a1b52c0cd1b457e6440736 on master. Greets Alex