From: Solomon Peachy Date: Fri, 21 Jun 2013 03:03:12 +0000 (-0400) Subject: cw1200: Fix up a large pile of sparse warnings X-Git-Tag: v3.11-rc1~64^2~78^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7258416c517c79b2ebb30b61d8c6807a04dc6b25;p=pandora-kernel.git cw1200: Fix up a large pile of sparse warnings Most of these relate to endianness problems, and are purely cosmetic. But a couple of them were legit -- listen interval parsing and some of the rate selection code would malfunction on BE systems. There's still one cosmetic warning remaining, in the (admittedly) ugly code in cw1200_spi.c. It's there because the hardware needs 16-bit SPI transfers, but many SPI controllers only operate 8 bits at a time. If there's a cleaner way of handling this, I'm all ears. Signed-off-by: Solomon Peachy Signed-off-by: John W. Linville --- Reading git-diff-tree failed