[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.00.1010221029520.9726@sbhatewara-dev1.eng.vmware.com>
Date: Fri, 22 Oct 2010 10:30:18 -0700 (PDT)
From: Shreyas Bhatewara <sbhatewara@...are.com>
To: Harvey Harrison <harvey.harrison@...il.com>
cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"shemminger@...tta.com" <shemminger@...tta.com>
Subject: Re: [PATCH 2/3] vmxnet3: annotate hwaddr members as __iomem
pointers
Thanks Harvey.
Signed-off-by: Shreyas Bhatewara <sbhatewara@...are.com>
On Thu, 21 Oct 2010, Harvey Harrison wrote:
> Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
> ---
> drivers/net/vmxnet3/vmxnet3_int.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h
> index 46aee6d..8a2f471 100644
> --- a/drivers/net/vmxnet3/vmxnet3_int.h
> +++ b/drivers/net/vmxnet3/vmxnet3_int.h
> @@ -301,8 +301,8 @@ struct vmxnet3_adapter {
> struct net_device *netdev;
> struct pci_dev *pdev;
>
> - u8 *hw_addr0; /* for BAR 0 */
> - u8 *hw_addr1; /* for BAR 1 */
> + u8 __iomem *hw_addr0; /* for BAR 0 */
> + u8 __iomem *hw_addr1; /* for BAR 1 */
>
> /* feature control */
> bool rxcsum;
> --
> 1.7.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists