commit | 20171642ed064815fd4372e9e8b1fedff79148f1 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Mon Nov 25 08:30:31 2013 -0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Jan 03 11:22:22 2014 -0800 |
tree | fe929a0f870729dab3724d934a509a15cfc40196 | |
parent | 7e8eb8ae6618a82e598fe11ac01839d0bc4a5520 [diff] |
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>