From: Doug Ledford Date: Mon, 20 Oct 2014 22:25:15 +0000 (-0400) Subject: ib_srpt: convert printk's to pr_* functions X-Git-Tag: omap-for-v4.2/o2_dc~38^2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5d32af09b9a36ca1476c9932aac675051670c8;p=pandora-kernel.git ib_srpt: convert printk's to pr_* functions The driver already defined the pr_format, it just hadn't been converted to use pr_info, pr_warn, and pr_err instead of the equivalent printks. Convert so that messages from the driver are now properly tagged with their driver name and can be more easily debugged. In addition, a number of these printk's were not newline terminated, so fix that at the same time. Reviewed-by: Bart Van Assche Signed-off-by: Doug Ledford --- Reading git-diff-tree failed