]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: choose correct chip name (ONFI bug)
authorBrian Norris <computersforpeace@gmail.com>
Sun, 12 Dec 2010 08:23:32 +0000 (00:23 -0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 6 Jan 2011 15:18:45 +0000 (15:18 +0000)
commit9c4de588de87d89f90d217db7fbab6a63b319866
tree7a71780cce6ed6d09082bc72203660206bdae346
parent7eeb0ac0c39abdacd98ebad0fcf4ef735d00bd5e
mtd: nand: choose correct chip name (ONFI bug)

We have the order of the conditional wrong for choosing the ONFI chip name
vs. the ID table name. Without this fix, we will almost *always* choose a
NULL string to print out instead of the correct one.

This has already been suggested by Matthieu Castet.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Florian Fainelli <ffainelli@freebox.fr>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c