]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb69a1514d1db6741d438dae343469a511c3bd582
tree357a3f1f23663cf95c7ce620ac9e4936a40d12ab
parentf77e789425afd248f3881a71ef3a8c552766708f
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