commit | 5d756112da49af8798620fc788ff4c730c7d5574 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Thu Apr 25 16:19:48 2019 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri May 03 16:44:51 2019 +0200 |
tree | 2b417de7894cf5cfee07a5faf601f895a4a4db05 | |
parent | 4db61c2a16fce2ef85d82751de4ba43a39347cfb [diff] |
i2c: core: apply 'is_suspended' check for SMBus, too We checked I2C calls, but not SMBus. Refactor the helper to an inline function and use it for both, I2C and SMBus. Fixes: 9ac6cb5fbb17 ("i2c: add suspended flag and accessors for i2c adapters") Reported-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>