commit | cc52612ec0f3b80c19126a36b8c1e12a8f5a8e78 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Thu Sep 20 18:14:21 2018 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Oct 05 18:13:37 2018 +0200 |
tree | 4c49e272d64de08da146af9eb9714ae1f681a422 | |
parent | a7163dc2138d96b3593b7d4430d35e506696a62f [diff] |
i2c: core: remove level of indentation in i2c_transfer Using the common kernel pattern to bail out at the beginning if some conditions are not met, we can save a level of indentation. No functional change. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Peter Rosin <peda@axentia.se> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>