On Wed, Aug 07, 2013 at 11:40:09AM +0200, Johannes Berg wrote: > From: Johannes Berg <[email protected]> > > The new macro, introduced by > > commit 9f5876fa9cfb8cd6f450c200043ca7e31915f976 > Author: Luis R. Rodriguez <[email protected]> > Date: Thu Jul 18 16:40:55 2013 -0700 > > backports: backport drvdata = NULL core driver fixes > > evaluates its argument multiple times, causing crashes as > there are potential side-effects of the called code and/or > the arguments. > > Fix this by converting it to static inlines. > > Also remove the driver_probe_device() macro that has the > same issue, but tries to wrap a function that isn't even > available outside the driver core code in any kernel. > > Signed-off-by: Johannes Berg <[email protected]>
Thanks, applied and pushed! Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
