Re: [RESEND PATCH v3 1/2] i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()
From: Peter Rosin <hidden>
Date: 2021-01-15 09:31:43
Also in:
lkml
From: Peter Rosin <hidden>
Date: 2021-01-15 09:31:43
Also in:
lkml
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 <redacted> --- 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 <redacted> (this patch doesn't make much sense without 2/2) Cheers, Peter