All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] pcilynx: trivial endian annotation
@ 2008-12-13 23:01 Harvey Harrison
  0 siblings, 0 replies; only message in thread
From: Harvey Harrison @ 2008-12-13 23:01 UTC (permalink / raw)
  To: Stefan Richter; +Cc: LKML

bus_info_block was treated as a be32 everywhere, annotate
as such.  Removes plenty of sparse warnings.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
Hi Stefan, should be no funcitonal changes in this batch, just
breaking up the sparse fixes in to more digestible chunks.

 drivers/ieee1394/pcilynx.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ieee1394/pcilynx.h b/drivers/ieee1394/pcilynx.h
index ec27321..693a169 100644
--- a/drivers/ieee1394/pcilynx.h
+++ b/drivers/ieee1394/pcilynx.h
@@ -52,7 +52,7 @@ struct ti_lynx {
         void __iomem *local_rom;
         void __iomem *local_ram;
         void __iomem *aux_port;
-	quadlet_t bus_info_block[5];
+	__be32 bus_info_block[5];
 
         /*
          * use local RAM of LOCALRAM_SIZE bytes for PCLs, which allows for
-- 
1.6.1.rc2.306.ge5d5e



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-13 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 23:01 [PATCH 1/4] pcilynx: trivial endian annotation Harvey Harrison

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.