projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed26228
)
IB/srpt: Reduce the severity level of a log message
author
Bart Van Assche
<bart.vanassche@wdc.com>
Mon, 8 Jan 2018 19:00:44 +0000
(11:00 -0800)
committer
Doug Ledford
<dledford@redhat.com>
Mon, 8 Jan 2018 21:05:12 +0000
(16:05 -0500)
Since the SRQ event message is only useful for debugging purposes,
reduce its severity from "informational" to "debug".
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/srpt/ib_srpt.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/srpt/ib_srpt.c
b/drivers/infiniband/ulp/srpt/ib_srpt.c
index 4fb884c070afe8a9eba388f29baf817f279f0bbf..a71664fe939b7896ae6b24fcbcc8331966447419 100644
(file)
--- a/
drivers/infiniband/ulp/srpt/ib_srpt.c
+++ b/
drivers/infiniband/ulp/srpt/ib_srpt.c
@@
-177,7
+177,7
@@
static void srpt_event_handler(struct ib_event_handler *handler,
*/
static void srpt_srq_event(struct ib_event *event, void *ctx)
{
- pr_
info
("SRQ event %d\n", event->event);
+ pr_
debug
("SRQ event %d\n", event->event);
}
static const char *get_ch_state_name(enum rdma_ch_state s)