Re: [PATCH] ipw2200: fix ->eeprom[EEPROM_VERSION] check

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

 



Acked.

Thanks,
-yi

On Wed, 2006-01-25 at 03:44 +0300, Alexey Dobriyan wrote:
> priv->eeprom is a pointer.
> 
> Signed-off-by: Alexey Dobriyan <[email protected]>
> ---
> 
>  drivers/net/wireless/ipw2200.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/net/wireless/ipw2200.c
> +++ b/drivers/net/wireless/ipw2200.c
> @@ -2456,7 +2456,7 @@ static void ipw_eeprom_init_sram(struct 
>  	   copy.  Otherwise let the firmware know to perform the operation
>  	   on it's own
>  	 */
> -	if ((priv->eeprom + EEPROM_VERSION) != 0) {
> +	if (priv->eeprom[EEPROM_VERSION] != 0) {
>  		IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
>  
>  		/* write the eeprom data to sram */
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux