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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a9c4cf2 commit df35ee7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)