From: Andy Shevchenko Date: Sat, 11 Sep 2010 14:17:04 +0000 (+0300) Subject: staging: rt2860: change plain format of mac address to %pM in *printf() X-Git-Tag: v2.6.37-rc1~60^2~3^2~594 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4d282cba3b358bab1507895910d872f8fa7baf;p=pandora-kernel.git staging: rt2860: change plain format of mac address to %pM in *printf() There are many locations where MAC or BSSID is printed. The plain format is used in such places. *printf() in kernel recognizes %pM, %pMF and %pm format parameters to print out 6-byte array as MAC address. This patch changes plain format to custom %pM which is widely used in kernel. Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed