mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
ib_srpt: Convert a PRINT_INFO() statement into a TRACE_DBG() statement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3539 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -283,7 +283,7 @@ static void srpt_event_handler(struct ib_event_handler *handler,
|
||||
*/
|
||||
static void srpt_srq_event(struct ib_event *event, void *ctx)
|
||||
{
|
||||
PRINT_INFO("SRQ event %d", event->event);
|
||||
TRACE_DBG("SRQ event %d", event->event);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user