omap: board-sdp-flash.c: Fix typos in debug output

Corrected type of flash in output (OneNAND => NOR).
Removed whitespace after newline in output.
Removed double whitespace in output.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Thomas Weber 2010-03-25 20:21:54 +00:00 коммит произвёл Tony Lindgren
Родитель aee44c30e3
Коммит 31849483f1
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -253,7 +253,7 @@ void __init sdp_flash_init(struct flash_partitions sdp_partition_info[])
} }
if (norcs > GPMC_CS_NUM) if (norcs > GPMC_CS_NUM)
printk(KERN_INFO "OneNAND: Unable to find configuration " printk(KERN_INFO "NOR: Unable to find configuration "
"in GPMC\n"); "in GPMC\n");
else else
board_nor_init(sdp_partition_info[0], norcs); board_nor_init(sdp_partition_info[0], norcs);