i2c: mux: gpio: Replace custom acpi_get_local_address()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Nov 2021 15:41:59 +0000 (17:41 +0200)
committerWolfram Sang <wsa@kernel.org>
Tue, 23 Nov 2021 10:54:41 +0000 (11:54 +0100)
commit379920f5c013c49e0a740634972faf77e26d4ac3
tree9d75bf774d63c936b451102474cccd5abdd55aa8
parentf89bf95632b41695402996d96476c44c641d23d7
i2c: mux: gpio: Replace custom acpi_get_local_address()

Recently ACPI gained the acpi_get_local_address() API which may be used
instead of home grown i2c_mux_gpio_get_acpi_adr().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Evan Green <evgreen@chromium.org>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/muxes/i2c-mux-gpio.c