Re: [RFC 1/3] acpi-video: Add an acpi_video_unregister_backlight function

2014-05-14 Thread Hans de Goede
Hi, On 05/13/2014 05:11 PM, Aaron Lu wrote: On 05/13/2014 02:03 AM, Hans de Goede wrote: Add an acpi_video_unregister_backlight function, which only unregisters the backlight device, and leaves the acpi_notifier in place. Some acpi_vendor driver need this as they don't want the acpi_video#

Re: [RFC 1/3] acpi-video: Add an acpi_video_unregister_backlight function

2014-05-14 Thread Aaron Lu
On 05/14/2014 05:08 PM, Hans de Goede wrote: Hi, On 05/13/2014 05:11 PM, Aaron Lu wrote: On 05/13/2014 02:03 AM, Hans de Goede wrote: -static int acpi_video_bus_register_backlight(struct acpi_video_bus *video) +static void acpi_video_bus_register_backlight(struct acpi_video_bus *video) {