Re: [PATCH] ata: pata_ali: no need to initialise statics to 0

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

 



On 2021/11/13 15:26, Jason Wang wrote:
> Static variables do not need to be initialized to 0.
> 
> Signed-off-by: Jason Wang <wangborong@xxxxxxxxxx>
> ---
>  drivers/ata/pata_ali.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c
> index b7ff63ed3bbb..ab28a6707b94 100644
> --- a/drivers/ata/pata_ali.c
> +++ b/drivers/ata/pata_ali.c
> @@ -37,7 +37,7 @@
>  #define DRV_NAME "pata_ali"
>  #define DRV_VERSION "0.7.8"
>  
> -static int ali_atapi_dma = 0;
> +static int ali_atapi_dma;
>  module_param_named(atapi_dma, ali_atapi_dma, int, 0644);
>  MODULE_PARM_DESC(atapi_dma, "Enable ATAPI DMA (0=disable, 1=enable)");

Applied to for-5.17. Thanks.


-- 
Damien Le Moal
Western Digital Research



[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux