On Wed, Aug 07, 2013 at 11:40:09AM +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > The new macro, introduced by > > commit 9f5876fa9cfb8cd6f450c200043ca7e31915f976 > Author: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> > 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 <johannes.berg@xxxxxxxxx> Thanks, applied and pushed! Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html