Re: [RESEND PATCH v3 1/2] i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()

2021-01-17 Thread Wolfram Sang
On Wed, Nov 18, 2020 at 03:40:24PM -0800, Evan Green wrote: > Factor out >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 Applied to for-next, thanks! signature.asc Description: PGP

Re: [RESEND PATCH v3 1/2] i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()

2021-01-15 Thread Peter Rosin
On 2020-11-19 00:40, Evan Green wrote: > Factor out >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 > --- > > Changes in v3: > - Introduced minor >dev to dev refactor (Peter) > >

[RESEND PATCH v3 1/2] i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()

2020-11-18 Thread Evan Green
Factor out >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 --- Changes in v3: - Introduced minor >dev to dev refactor (Peter) drivers/i2c/muxes/i2c-mux-gpio.c | 5 +++-- 1 file changed, 3