]> Git Repo - linux.git/commitdiff
ACPI: sysfs: Remove tailing return statement in void function
authorAndy Shevchenko <[email protected]>
Fri, 18 Jun 2021 13:41:28 +0000 (16:41 +0300)
committerRafael J. Wysocki <[email protected]>
Fri, 18 Jun 2021 16:20:53 +0000 (18:20 +0200)
The tail return statement is redundant in void functions. Remove it.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/sysfs.c

index 5358c563516346c78ae7b790d28c210adfa02b63..4b4f2a0ab981566b1e7a74ab73cafc647720b13f 100644 (file)
@@ -899,7 +899,6 @@ void acpi_irq_stats_init(void)
 
 fail:
        delete_gpe_attr_array();
-       return;
 }
 
 static void __exit interrupt_stats_exit(void)
This page took 0.079186 seconds and 4 git commands to generate.