ACPI: change init_acpi_device_notify() to return void
authorRami Rosen <ramirose@gmail.com>
Thu, 10 Sep 2015 20:48:09 +0000 (23:48 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Sep 2015 01:01:01 +0000 (03:01 +0200)
commitc33cab60bc0e05ddf1ef1b2cba8d16dd010f600a
treeba1ec93e5e1d5b0e1ea7f557258136e8cc8640d3
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ACPI: change init_acpi_device_notify() to return void

This patch changes the type of the return value of the init_acpi_device_notify()
method to be void, as this method never fails and its return value is never
used.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/glue.c
drivers/acpi/internal.h
This page took 0.024639 seconds and 5 git commands to generate.