ppc 8xxx: Fix logic
Expression (pdimm->data_width >= 32) || (pdimm->data_width <= 40)
always evaluates to true, so probably we need to use "&&" here.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 717b8bb commit 7c1a6a3c9109ca59731b0b22ed7ff698b8f126f8
@Alexander Shiyan Alexander Shiyan authored on 29 Jan 2014
Sascha Hauer committed on 29 Jan 2014
Showing 1 changed file
View
arch/ppc/ddr-8xxx/options.c