On Fri, 2010-12-10 at 08:39 -0800, Doug Kehn wrote: > On a big-endian machine the following is emitted by the > driver: > > i2400m_usb 2-1.3.1:1.0: HW BUG? Unknown RF SW state 0x2000000 > i2400m_usb 2-1.3.1:1.0: HW BUG? Unknown RF HW state 0x2000000 > > sw_rf_switch / hw_rf_switch (struct i2400m_tlv_rf_switches_status) > are define as __u8 so the le32_to_cpu() call isn't needed. > > Signed-off-by: Doug Kehn <rdkehn at yahoo.com> Merged, thank you!