i2c: aspeed: fixed potential null pointer dereference
authorBrendan Higgins <brendanhiggins@google.com>
Sat, 29 Jul 2017 01:00:12 +0000 (18:00 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 14 Aug 2017 20:08:13 +0000 (22:08 +0200)
commitf1c0b7e448b9e66dd9a7343bab58a3d3a477e104
treececbf06006c6d959de29bd75387e4023b58fffa5
parent42543aeb48e3701b49e0a83654248afc38feb88f
i2c: aspeed: fixed potential null pointer dereference

Before I skipped null checks when the master is in the STOP state; this
fixes that.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Acked-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Fixes: f327c686d3ba ("i2c: aspeed: added driver for Aspeed I2C")
drivers/i2c/busses/i2c-aspeed.c