]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/linux/acpi.h
ACPI / tables: Return proper error codes from acpi_table_parse() and fix comment.
authortangchen <tangchen@cn.fujitsu.com>
Mon, 6 Jan 2014 08:47:59 +0000 (16:47 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Jan 2014 11:33:06 +0000 (12:33 +0100)
commitf8a571b2a128a1697624c1b132f3af07848ebbcf
tree44bcc1ce0fd54c134cc50e1af205d0d1d8cfe8be
parentde2d1a7e9310c4d1464faf469c737f08b5608600
ACPI / tables: Return proper error codes from acpi_table_parse() and fix comment.

The comment about return value of acpi_table_parse() is incorrect.
This patch fix it.

Since all callers only check if the function succeeded or not, this
patch simplifies the semantics by returning -errno for all failure
cases. This will also simply the comment.

As suggested by Toshi Kani <toshi.kani@hp.com>, also change the stub
in linux/acpi.h to return -ENODEV.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/tables.c
include/linux/acpi.h