Search Linux Wireless

Re: [PATCH -next] iwmc3200wifi: fix printk format

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

 



On Tue, 2009-05-26 at 12:17 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
> 
> Fix printk format for size_t variable:
> 
> drivers/net/wireless/iwmc3200wifi/fw.c:75: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Acked-by: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx>

Thanks Randy.

Cheers,
Samuel.

> Cc: ilw@xxxxxxxxxxxxxxx
> ---
>  drivers/net/wireless/iwmc3200wifi/fw.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20090526.orig/drivers/net/wireless/iwmc3200wifi/fw.c
> +++ linux-next-20090526/drivers/net/wireless/iwmc3200wifi/fw.c
> @@ -72,7 +72,7 @@ static int iwm_fw_op_offset(struct iwm_p
>  	}
>  
>  	if (fw->size < IWM_HDR_LEN) {
> -		IWM_ERR(iwm, "FW is too small (%d)\n", fw->size);
> +		IWM_ERR(iwm, "FW is too small (%zu)\n", fw->size);
>  		return -EINVAL;
>  	}
>  
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux