lkml.org 
[lkml]   [2016]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 19/21] ACPI-video: Rename a jump label in acpi_video_device_lcd_query_levels()
    From
    Date
    From: Markus Elfring <elfring@users.sourceforge.net>
    Date: Mon, 5 Sep 2016 17:34:40 +0200

    Adjust a jump label according to the current Linux coding style convention.

    Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
    ---
    drivers/acpi/acpi_video.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
    index 5566f68..231fab3 100644
    --- a/drivers/acpi/acpi_video.c
    +++ b/drivers/acpi/acpi_video.c
    @@ -329,14 +329,13 @@ acpi_video_device_lcd_query_levels(acpi_handle handle,
    if (!obj || (obj->type != ACPI_TYPE_PACKAGE)) {
    printk(KERN_ERR PREFIX "Invalid _BCL data\n");
    status = -EFAULT;
    - goto err;
    + goto free_buffer;
    }

    *levels = obj;

    return 0;
    -
    -err:
    + free_buffer:
    kfree(buffer.pointer);

    return status;
    --
    2.10.0
    \
     
     \ /
      Last update: 2016-09-17 09:58    [W:4.026 / U:1.956 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site