On Wed, Jul 11, 2012 at 8:33 AM, Or Gerlitz [off-list ref] wrote:
- mthca_warn(dev, "Async event for bogus QP %08x\n", qpn);
+ mthca_warn(dev, "Async event %d for bogus QP %08x\n",
+ (int) event_type, qpn);
Looks fine -- just wondering if there's a reason to cast from enum to int?
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html