On Sun, Mar 25, 2018 at 12:10:54PM -0700, Davidlohr Bueso wrote: > -static struct static_key i2c_trace_msg = STATIC_KEY_INIT_FALSE; > +DEFINE_STATIC_KEY_FALSE(i2c_trace_msg_key); static DEFINE_STATIC_KEY_FALSE()..
On Sun, Mar 25, 2018 at 12:10:54PM -0700, Davidlohr Bueso wrote: > -static struct static_key i2c_trace_msg = STATIC_KEY_INIT_FALSE; > +DEFINE_STATIC_KEY_FALSE(i2c_trace_msg_key); static DEFINE_STATIC_KEY_FALSE()..