Message ID | 20201118234025.376412-1-evgreen@chromium.org |
---|---|
Headers | show |
Series | i2c: i2c-mux-gpio: Enable this driver in ACPI land | expand |
On 2020-11-19 00:40, Evan Green wrote: > Factor out &pdev->dev into a local variable in preparation for > the ACPI enablement of this function, which will utilize the variable > more. > > Signed-off-by: Evan Green <evgreen@chromium.org> > --- > > Changes in v3: > - Introduced minor &pdev->dev to dev refactor (Peter) > > drivers/i2c/muxes/i2c-mux-gpio.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Acked-by: Peter Rosin <peda@axentia.se> (this patch doesn't make much sense without 2/2) Cheers, Peter
On Wed, Nov 18, 2020 at 03:40:24PM -0800, Evan Green wrote: > Factor out &pdev->dev into a local variable in preparation for > the ACPI enablement of this function, which will utilize the variable > more. > > Signed-off-by: Evan Green <evgreen@chromium.org> Applied to for-next, thanks!