diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 4222b85a7..1ff358998 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -813,7 +813,7 @@ err: srpt_free_ioctx(sdev, ring[i], dma_size, dir); kfree(ring); out: - TRACE_EXIT_RES(ring); + TRACE_EXIT_HRES(ring); return ring; }