Skip to content

Commit

Permalink
ieee1394: pcilynx: trivial endian annotation
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Harvey Harrison authored and Stefan Richter committed Jan 4, 2009
1 parent 0bed181 commit c816015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee1394/pcilynx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c816015

Please sign in to comment.