i2c: sh_mobile: remove redundant initialization
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 2 Nov 2017 12:47:27 +0000 (13:47 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 27 Nov 2017 17:52:51 +0000 (18:52 +0100)
commitf289800af1fd4379403f2630e7e9420401a4cd8e
tree1e10fe37a6dcc05f0743a81b32bb5f62baa4dbc3
parente1eb7d28c0753ec3e5ff9dce7880c243ffdfd4b3
i2c: sh_mobile: remove redundant initialization

Following the documentation, we initialize the HW before each START in
start_ch(). No need to do the same in activate_ch().

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