> +#undef DEBUG > +#define DEBUG if (ibdebug) IBWARN
I didn't see where this was used, but in general this sort of definition may not work. It can incorrectly associate a 'else' class with the if (ibdebug) statement, rather than the intended statement. -- 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
