Re: [PATCH] HID: corsair-void: Add missing initializer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Good catch, thanks

Are you aware of 'scripts/get_maintainer.pl'? It might tell you to CC
Jiri Kosina and Benjamin Tissoires, as they can actually apply this.

Stuart

On Sun, 20 Oct 2024 at 20:57, Kees Bakker <kees@xxxxxxxxxxxx> wrote:
>
> This was detected by Coverity, CID 1600743
>
> Signed-off-by: Kees Bakker <kees@xxxxxxxxxxxx>
> ---
>  drivers/hid/hid-corsair-void.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hid/hid-corsair-void.c b/drivers/hid/hid-corsair-void.c
> index 6ece56b850fc..d1fd04264656 100644
> --- a/drivers/hid/hid-corsair-void.c
> +++ b/drivers/hid/hid-corsair-void.c
> @@ -553,7 +553,7 @@ static void corsair_void_battery_remove_work_handler(struct work_struct *work)
>  static void corsair_void_battery_add_work_handler(struct work_struct *work)
>  {
>         struct corsair_void_drvdata *drvdata;
> -       struct power_supply_config psy_cfg;
> +       struct power_supply_config psy_cfg = {};
>         struct power_supply *new_supply;
>
>         drvdata = container_of(work, struct corsair_void_drvdata,
> --
> 2.47.0
>




[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux