Prev: of/drivers: Always use struct device.of_node to get node pointer
Next: slab: convert cpu notifier to return encapsulate errno value
From: Pavel Roskin on 18 Mar 2010 13:30 On Wed, 2010-03-17 at 23:21 -0700, Joe Perches wrote: > Convert direct uses of [ (foo - SIOCIWFIRST) , fn) > > Signed-off-by: Joe Perches <joe(a)perches.com> .... > static const iw_handler wl3501_handler[] = { > - [SIOCGIWNAME - SIOCIWFIRST] = wl3501_get_name, .... > + STD_IW_HANDLER(SIOCGIWNAME, wl3501_get_name), You are introducing an unnecessary cast here. That's bad. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |