i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()
authorDavid Wu <david.wu@rock-chips.com>
Mon, 16 May 2016 13:57:38 +0000 (21:57 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 17 Jun 2016 11:39:15 +0000 (13:39 +0200)
commit69eda367ac4240428b9d16ab0c81113753ea079a
tree17f171661cdc191cff03f8ec5422a2e690938a6a
parente26747bf53b145dc4a64ad518915da8c9a40fef2
i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()

rk3x_i2c_setup() gets called directly before rk3x_i2c_start(),
and the last thing in setup was to clean the IPD, so no reason
to do it at the beginning of start.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-rk3x.c