]> 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)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 9 Dec 2013 19:38:57 +0000 (11:38 -0800)
commit0835d4811012de84382c69f9465763f7e4a3d87a
tree1c777a3c1db85a8d9d0259bd3325758b25312fc3
parent1947664f29dbbff6b0e40cfb98605fbf5ae39f6e
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>
drivers/mtd/nand/nand_base.c