]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: refactor print messages
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 25 Nov 2013 11:30:31 +0000 (08:30 -0300)
committerHuang Shijie <b32955@freescale.com>
Thu, 26 Dec 2013 07:44:49 +0000 (15:44 +0800)
commitb6f7e36ba81ff0c98753cf9f27e9735d65f0d3f6
tree08b014288061c590aed0e187eb817f6a0ce7d16c
parentae452255ee983124f63ea364d42056bd9928b58a
mtd: nand: refactor print messages

Add a nice "nand:" prefix to all pr_xxx() messages. This allows
to get rid of the "NAND" words in messages, given the context
is already given by the prefix.

Remove the __func__ report from messages where it's not needed and refactor
the device detection messages to show itself in several lines.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Huang Shijie <b32955@freescale.com>
drivers/mtd/nand/nand_base.c