lkml.org 
[lkml]   [2024]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 08/19] platform/x86/eeepc: drop owner assignment
    ACPI bus core already sets the .owner, so driver does not need to.

    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ---
    drivers/platform/x86/eeepc-laptop.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c
    index ff1b70269ccb..447364bed249 100644
    --- a/drivers/platform/x86/eeepc-laptop.c
    +++ b/drivers/platform/x86/eeepc-laptop.c
    @@ -1463,7 +1463,6 @@ MODULE_DEVICE_TABLE(acpi, eeepc_device_ids);
    static struct acpi_driver eeepc_acpi_driver = {
    .name = EEEPC_LAPTOP_NAME,
    .class = EEEPC_ACPI_CLASS,
    - .owner = THIS_MODULE,
    .ids = eeepc_device_ids,
    .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS,
    .ops = {
    --
    2.34.1


    \
     
     \ /
      Last update: 2024-05-27 16:10    [W:3.630 / U:0.384 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site