ACPI: glue: Change return type of two functions to void
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jul 2021 17:23:37 +0000 (19:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Jul 2021 17:17:04 +0000 (19:17 +0200)
commit7d625e5b143d07f26c437ede6b18730c2fc4d1b5
treea883784bb26610d76d0359d985d151f5b0430165
parent42878a9f0fe0b6bef7fb24d98e161c1216a36926
ACPI: glue: Change return type of two functions to void

Since the return values of acpi_device_notify() and
acpi_device_notify_remove() are discarded by their only caller,
change their return type to void.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/acpi/glue.c