* [PATCH 5/9] bnx2x: trivial annotation of local variable.
@ 2009-01-21 5:50 Harvey Harrison
0 siblings, 0 replies; only message in thread
From: Harvey Harrison @ 2009-01-21 5:50 UTC (permalink / raw)
To: Eilon Greenstein; +Cc: linux-netdev
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
drivers/net/bnx2x_main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c
index 021c31c..f37c8ff 100644
--- a/drivers/net/bnx2x_main.c
+++ b/drivers/net/bnx2x_main.c
@@ -8872,7 +8872,7 @@ static int bnx2x_test_nvram(struct bnx2x *bp)
{ 0x778, 0x70 },
{ 0, 0 }
};
- u32 buf[0x350 / 4];
+ __be32 buf[0x350 / 4];
u8 *data = (u8 *)buf;
int i, rc;
u32 magic, csum;
--
1.6.1.249.g455e5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-21 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 5:50 [PATCH 5/9] bnx2x: trivial annotation of local variable Harvey Harrison
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).