From: Arend van Spriel Date: Thu, 10 Feb 2011 11:03:44 +0000 (+0100) Subject: staging: brcm80211: remove usage of printf (macro) from driver X-Git-Tag: v2.6.39-rc1~469^2~541 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bef7748e1327f72b006ea699e8725be50685f0e;p=pandora-kernel.git staging: brcm80211: remove usage of printf (macro) from driver The driver contained several calls to printf which was mapped to printk using a macro. These have been changed to explicit call to printk or use an appropropriate macro. Reviewed-by: Roland Vossen Reviewed-by: Brett Rudley Reviewed-by: Henry Ptasinski Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed