James Lentini wrote: > If ib_register_cm_handler() fails, how about logging an error message: > > if (ib_register_cm_handler(device, cm_event_handler)) > printk(KERN_WARNING "IB CM unable to register CM handler\n); Thanks - I added this. - Sean