Re: [PATCH 1/3] ahci: tegra: use regulator_bulk_set_supply_names()

2019-10-02 Thread Thierry Reding
On Tue, Oct 01, 2019 at 03:23:31PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Use the new regulator helper instead of a for loop. > > Signed-off-by: Bartosz Golaszewski > --- > drivers/ata/ahci_tegra.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 1/3] ahci: tegra: use regulator_bulk_set_supply_names()

2019-10-01 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the new regulator helper instead of a for loop. Signed-off-by: Bartosz Golaszewski --- drivers/ata/ahci_tegra.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ata/ahci_tegra.c b/drivers/ata/ahci_tegra.c index