commit | 617f6f7ef5bfe8c0ac580243c3da9a836c6e39bf | [log] [tgz] |
---|---|---|
author | Maninder Singh <maninder1.s@samsung.com> | Wed Jul 08 12:26:47 2015 +0530 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Sep 05 13:19:05 2015 +0200 |
tree | b259d9ffbc34c34a295ca3f0713907b2da08ee8f | |
parent | 508db592e2f54d731bf2f5eabd9642a1a566f276 [diff] |
rtc: bq32k: remove redundant check removing below static analysis error: (error) Possible null pointer dereference: client if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) ^^^^^^^ Error comes because client is dereferenced before NULL check. So probably NULL this check is not required. Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>