Skip to content

Commit

Permalink
ib_srpt: convert printk's to pr_* functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Doug Ledford committed Apr 15, 2015
1 parent 56b5390 commit 9f5d32a
Showing 1 changed file with 91 additions and 97 deletions.
Loading

0 comments on commit 9f5d32a

Please sign in to comment.