]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: sh_mobile: remove redundant deinitialization
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 2 Nov 2017 12:47:28 +0000 (13:47 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 27 Nov 2017 17:52:56 +0000 (18:52 +0100)
commit3f3a513985ce55d69922cc9b5a0e095432cdfbc4
treee652120f8e1cf5f97a9125196bbe917c3bbf4d30
parentf289800af1fd4379403f2630e7e9420401a4cd8e
i2c: sh_mobile: remove redundant deinitialization

No need to clear the interrupt registers because right after that we
disable the IP core which will reload registers with their initial
values anyhow.

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