projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3843e51
)
vmxnet3: annotate hwaddr members as __iomem pointers
author
Harvey Harrison
<harvey.harrison@gmail.com>
Thu, 21 Oct 2010 18:05:33 +0000
(18:05 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 24 Oct 2010 22:52:32 +0000
(15:52 -0700)
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Shreyas Bhatewara <sbhatewara@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vmxnet3/vmxnet3_int.h
patch
|
blob
|
history
diff --git
a/drivers/net/vmxnet3/vmxnet3_int.h
b/drivers/net/vmxnet3/vmxnet3_int.h
index 46aee6dc8f4459b5614416b20905dab7da7b95c2..8a2f4712284cfcbf0f2851547e43a2ef5f0fd595 100644
(file)
--- 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;