platform/chrome: cros_hps_i2c: make remove callback return void
authorDan Callaghan <dcallagh@chromium.org>
Tue, 18 Oct 2022 23:52:37 +0000 (10:52 +1100)
committerTzung-Bi Shih <tzungbi@kernel.org>
Wed, 19 Oct 2022 01:52:08 +0000 (09:52 +0800)
commitd8cb88f1541fdc3602dbc87ede78ec704c11546f
tree990d174a31cb8ccee81867dd9d05453f3e8dac55
parent5f9952548d91263eaf70a2ca71f8897c2a638cf1
platform/chrome: cros_hps_i2c: make remove callback return void

Commit ed5c2f5fd10d ("i2c: Make remove callback return void") changed
the return type of the 'remove' callback to void, but this driver was
originally written before that change landed. Update the remove callback
to match.

Fixes: 5f9952548d91 ("platform/chrome: add a driver for HPS")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Dan Callaghan <dcallagh@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20221018235237.2274969-1-dcallagh@chromium.org
drivers/platform/chrome/cros_hps_i2c.c