]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: gpmi: change pr_err to dev_err
authorHuang Shijie <b32955@freescale.com>
Wed, 20 Nov 2013 02:09:43 +0000 (10:09 +0800)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 22 Nov 2013 22:13:09 +0000 (14:13 -0800)
commit24d61c858b224b607d3f7d2baee83d374eeda4db
tree7b29272b3d84aa149bf2e1923513092ac7c5e19d
parentfc7f6987cd8c0b714c33d528bf4126710e69b882
mtd: gpmi: change pr_err to dev_err

There are pr_err and dev_err in the gpmi driver now.
It makes people confused.

This patch changes all the pr_err to dev_err except the one
in the gpmi_reset_block(). We also remove the unnecessary
print for OOM message.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/gpmi-nand/gpmi-lib.c
drivers/mtd/nand/gpmi-nand/gpmi-nand.c