From: Huang Shijie Date: Wed, 20 Nov 2013 02:09:43 +0000 (+0800) Subject: mtd: gpmi: change pr_err to dev_err X-Git-Tag: v3.14-rc1~65^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da40c16a72f70329b599bb90a03bc23c8e0e7929;p=pandora-kernel.git 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 Signed-off-by: Brian Norris --- Reading git-diff-tree failed