From: Thomas Petazzoni Date: Fri, 22 Mar 2013 13:37:21 +0000 (+0100) Subject: mmc: mvsdio: use dev_*() API instead of pr_*() API X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e573d6985e315fd307862c2142dfd41731e9f209;p=pandora-kernel.git mmc: mvsdio: use dev_*() API instead of pr_*() API The mvsdio driver was already using some dev_*() functions to print some messages, but still using pr_*() functions for some others. This patch converts all messages to use dev_*() functions. Many of the pr_*() function calls were printing the output of mmc_hostname() to preprend the message with an identifier for the device. Since the dev_*() functions do that automatically, this patch also gets rid of those string prefixes. Signed-off-by: Thomas Petazzoni Signed-off-by: Chris Ball --- Reading git-diff-tree failed