On Wed, Jul 11, 2012 at 8:33 AM, Or Gerlitz <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
