Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bd00b5a authored by Valentin Vidic's avatar Valentin Vidic Committed by Greg Kroah-Hartman
Browse files

staging: pi433: remove return from a void function



Fixes checkpatch warning for void function return statements.

Signed-off-by: default avatarValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2f58f293
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1069,7 +1069,6 @@ static void free_GPIOs(struct pi433_device *device)
		free_irq(device->irq_num[i], device);
		gpiod_put(device->gpiod[i]);
	}
	return;
}

static int pi433_get_minor(struct pi433_device *device)