]> Git Repo - linux.git/commitdiff
Merge branch 'for-5.13/warnings' into for-linus
authorJiri Kosina <[email protected]>
Thu, 29 Apr 2021 19:47:22 +0000 (21:47 +0200)
committerJiri Kosina <[email protected]>
Thu, 29 Apr 2021 19:47:22 +0000 (21:47 +0200)
- plethora of fixes for valid gcc warnings from Lee Jones

1  2 
drivers/hid/hid-alps.c

diff --combined drivers/hid/hid-alps.c
index 6b665931147dfe2fe350b13e1a754b66a9f3a2a6,8b86058f6380ec98d25e8949aef566cd39af7053..2b986d0dbde463299c6f5150c2cb842ed5786077
@@@ -74,7 -74,7 +74,7 @@@ enum dev_num 
        UNKNOWN,
  };
  /**
-  * struct u1_data
+  * struct alps_dev
   *
   * @input: pointer to the kernel input device
   * @input2: pointer to the kernel input2 device
@@@ -761,7 -761,6 +761,7 @@@ static int alps_input_configured(struc
  
                if (input_register_device(data->input2)) {
                        input_free_device(input2);
 +                      ret = -ENOENT;
                        goto exit;
                }
        }
This page took 0.057734 seconds and 4 git commands to generate.