Re: [PATCH] Siano 10234 big endian support

2009-01-15 Thread Trent Piepho
On Thu, 15 Jan 2009, Uri Shkolnik wrote: > + firmware->StartAddress = __le32_to_cpu(firmware->StartAddress); > + firmware->Length = __le32_to_cpu(firmware->Length); Any reason you didn't just use le32_to_cpu()? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in th

[PATCH] Siano 10234 big endian support

2009-01-15 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik # Date 1232021993 -7200 # Node ID 101e8cca3fad7a2f0fbc8249135bd35f5ca85b0e # Parent d1b03bfce9d6d68ce586d7be33a41482f1b6cec7 Add big endian support From: Uri Shkolnik Add big endian support Priority: normal Signed-off-by: Uri Shkolnik diff -r d1b03b