]> git.baikalelectronics.ru Git - kernel.git/commit
IB/ipoib: Replace printk with pr_warn
authorYuval Shaia <yuval.shaia@oracle.com>
Wed, 29 Nov 2017 09:24:29 +0000 (11:24 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 11 Dec 2017 23:19:43 +0000 (16:19 -0700)
commitf145b23036fe2b11de251b8282e965e7f44cb2ba
tree9cfb4b37dfa9fc7e36393327a0002b4d62099bef
parent147c4c9181121f638ce0fd86551052cb9ac7a75b
IB/ipoib: Replace printk with pr_warn

pr_* is the preferred way to print messages, replace all
printk(KERN_WARN, ...) with pr_warn.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib_cm.c
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/infiniband/ulp/ipoib/ipoib_verbs.c