Re: [PATCH 1/3] i2c: update i2c_trace_msg static key to modern api

From: Peter Zijlstra
Date: Mon Mar 26 2018 - 04:33:57 EST


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()..