ib_srpt: convert printk's to pr_* functions
authorDoug Ledford <dledford@redhat.com>
Mon, 20 Oct 2014 22:25:15 +0000 (18:25 -0400)
committerDoug Ledford <dledford@redhat.com>
Wed, 15 Apr 2015 20:06:54 +0000 (16:06 -0400)
commit9f5d32af09b9a36ca1476c9932aac675051670c8
treee966827a11efac056b38c367a86e3db8edbf7759
parent56b5390caf73694b2f50a042542f0b43c29d5ca8
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 <bvanassche@acm.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/srpt/ib_srpt.c