mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 17:39:23 -04:00
staging: pi433: remove return from a void function
Fixes checkpatch warning for void function return statements. Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2f58f293c2
commit
6bd00b5ab6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user