On 7/11/2012 6:40 PM, Roland Dreier wrote:
On Wed, Jul 11, 2012 at 8:33 AM, Or Gerlitz <ogerl...@mellanox.com> 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?

Nothing special that I can think of, want me to post v1 with that cast removed?

Or.

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to