On Thursday 29 March 2007 01:00, Johannes Berg wrote: > - if(handler != NULL) { > + if (handler) { > + if (!dev->wireless_handlers->no_locking) > + rtnl_lock(); Is sparse OK with this conditional locking? -- Greetings Michael. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html