From: Sasha Levin Date: Wed, 8 Apr 2026 01:11:09 +0000 (-0400) Subject: Fix up whitespaces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cbfb282d9fb935b7e61f8902f4a76c36006c5b;p=thirdparty%2Fkernel%2Fstable-queue.git Fix up whitespaces Signed-off-by: Sasha Levin --- diff --git a/queue-5.10/phy-renesas-rcar-gen3-usb2-assert-pll-reset-on-phy-p.patch b/queue-5.10/phy-renesas-rcar-gen3-usb2-assert-pll-reset-on-phy-p.patch index f421d28f78..c4cbd5d40d 100644 --- a/queue-5.10/phy-renesas-rcar-gen3-usb2-assert-pll-reset-on-phy-p.patch +++ b/queue-5.10/phy-renesas-rcar-gen3-usb2-assert-pll-reset-on-phy-p.patch @@ -44,7 +44,7 @@ index 558c07512c05b..9fcbde094699d 100644 + writel(val, channel->base + USB2_USBCTR); + } + spin_unlock_irqrestore(&channel->lock, flags); -+ ++ if (channel->vbus) ret = regulator_disable(channel->vbus); diff --git a/queue-5.10/phy-renesas-rcar-gen3-usb2-lock-around-hardware-regi.patch b/queue-5.10/phy-renesas-rcar-gen3-usb2-lock-around-hardware-regi.patch index 79a97d25df..91cad89163 100644 --- a/queue-5.10/phy-renesas-rcar-gen3-usb2-lock-around-hardware-regi.patch +++ b/queue-5.10/phy-renesas-rcar-gen3-usb2-lock-around-hardware-regi.patch @@ -198,7 +198,7 @@ index f66e0daa23648..558c07512c05b 100644 - mutex_init(&channel->lock); + spin_lock_init(&channel->lock); -+ ++ for (i = 0; i < NUM_OF_PHYS; i++) { channel->rphys[i].phy = devm_phy_create(dev, NULL, phy_usb2_ops); diff --git a/queue-5.10/phy-renesas-rcar-gen3-usb2-move-irq-request-in-probe.patch b/queue-5.10/phy-renesas-rcar-gen3-usb2-move-irq-request-in-probe.patch index 9f152cd09f..40a4238ae0 100644 --- a/queue-5.10/phy-renesas-rcar-gen3-usb2-move-irq-request-in-probe.patch +++ b/queue-5.10/phy-renesas-rcar-gen3-usb2-move-irq-request-in-probe.patch @@ -130,7 +130,7 @@ index 646a5140b30e1..f66e0daa23648 100644 platform_set_drvdata(pdev, channel); channel->dev = dev; -+ ++ + irq = platform_get_irq_optional(pdev, 0); + if (irq < 0 && irq != -ENXIO) { + ret = irq;