i2c: sh_mobile: manually "inline" two short functions
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 2 Nov 2017 12:47:29 +0000 (13:47 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 27 Nov 2017 17:53:02 +0000 (18:53 +0100)
commit91a5e63e3f9879e5030064a3c0d23c3777c4f4d0
tree357a3f1f23663cf95c7ce620ac9e4936a40d12ab
parent3f3a513985ce55d69922cc9b5a0e095432cdfbc4
i2c: sh_mobile: manually "inline" two short functions

Those two functions are very short and only called once. The code
becomes easier to understand if the code is directly put into the main
xfer function.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-sh_mobile.c