Hi, On 08/07/2015 at 12:26:47 +0530, Maninder Singh wrote : > removing below static analysis error:-
What tool did you use? > (error) Possible null pointer dereference: client > > if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) > ^^^^^^^ > Error comes beacause client is dereferenced before NULL check. > So probabily NULL this check is not required. > > Signed-off-by: Maninder Singh <[email protected]> > --- > drivers/rtc/rtc-bq32k.c | 2 +- Applied, to rtc-next. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

