Skip to content

Commit df35ee7

Browse files
andy-shevrafaeljw
authored andcommitted
ACPI: sysfs: Remove tailing return statement in void function
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]>
1 parent a9c4cf2 commit df35ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/acpi/sysfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ void acpi_irq_stats_init(void)
899899

900900
fail:
901901
delete_gpe_attr_array();
902-
return;
903902
}
904903

905904
static void __exit interrupt_stats_exit(void)

0 commit comments

Comments
 (0)