lkml.org 
[lkml]   [2015]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 06/28] ACPICA: Hardware: Cleanup the return values in acpi_set_waking_vector().
    Date
    ACPICA commit a04dbfa308a48ab0b2d10519c54a6c533c5c8949

    The return statement in acpi_set_waking_vector() is wrong and this patch
    corrects it. Lv Zheng.

    Link: https://github.com/acpica/acpica/commit/a04dbfa3
    Signed-off-by: Lv Zheng <lv.zheng@intel.com>
    Signed-off-by: Bob Moore <robert.moore@intel.com>
    ---
    drivers/acpi/acpica/hwxfsleep.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/acpi/acpica/hwxfsleep.c b/drivers/acpi/acpica/hwxfsleep.c
    index e273b2e..c25fedb 100644
    --- a/drivers/acpi/acpica/hwxfsleep.c
    +++ b/drivers/acpi/acpica/hwxfsleep.c
    @@ -161,7 +161,7 @@ acpi_set_firmware_waking_vector(acpi_physical_address physical_address,
    /* If Hardware Reduced flag is set, there is no FACS */

    if (acpi_gbl_reduced_hardware) {
    - return (AE_OK);
    + return_ACPI_STATUS(AE_OK);
    }

    if (acpi_gbl_facs32) {
    --
    1.7.10


    \
     
     \ /
      Last update: 2015-06-24 05:21    [W:2.626 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site