Search Linux Wireless

Re: [PATCH 1/6] rtlwifi: Modify core routines

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

 



>  static inline u8 pci_read8_sync(struct rtl_priv *rtlpriv, u32 addr)
>  {
> -	return 0xff & readb((u8 *) rtlpriv->io.pci_mem_start + addr);
> +	return 0xff & readb((u8 __iomem *) rtlpriv->io.pci_mem_start + addr);

Remove 0xff
--
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