Re: [PATCH 3/3] usb: host: xhci-tegra: use regulator_bulk_set_supply_names()

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

[PATCH 3/3] usb: host: xhci-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/usb/host/xhci-tegra.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index