1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

drivers: reset: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-20 14:40:52 +02:00
committed by Tom Rini
parent 136d76f5a3
commit 893f111d41

View File

@@ -63,8 +63,6 @@ static int ast2500_reset_status(struct reset_ctl *reset_ctl)
return !!status;
}
static int ast2500_reset_probe(struct udevice *dev)
{
int rc;