]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: designware: Fix optional reset error handling
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Aug 2019 10:31:30 +0000 (13:31 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 29 Aug 2019 20:10:06 +0000 (22:10 +0200)
commitdb4ad6f83c9bcf82aecb4e60a702322605bd3e6b
tree3e1cf4c3a6efff590c8073f97e6ce8832a8f7e5d
parent6c227b9e2d13559bfe60c5032f8c6c76abd67f32
i2c: designware: Fix optional reset error handling

The commit 843d30489bcb ("reset: make optional functions really optional")
brought a missed part of the support for an optional reset handlers.

Since that we don't need to have special error handling in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-platdrv.c