alistair23-linux/drivers/mmc/card
Jiri Slaby 3f2d266435 mmc: core: Annotate cmd_hdr as __le32
Commit f68381a70b (mmc: block: fix packed command header endianness)
correctly fixed endianness handling of packed_cmd_hdr in
mmc_blk_packed_hdr_wrq_prep.

But now, sparse complains about incorrect types:
drivers/mmc/card/block.c:1613:27: sparse: incorrect type in assignment (different base types)
drivers/mmc/card/block.c:1613:27:    expected unsigned int [unsigned] [usertype] <noident>
drivers/mmc/card/block.c:1613:27:    got restricted __le32 [usertype] <noident>
...

So annotate cmd_hdr properly using __le32 to make everyone happy.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Fixes: f68381a70b (mmc: block: fix packed command header endianness)
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2016-10-10 14:14:49 +02:00
..
block.c mmc: core: Annotate cmd_hdr as __le32 2016-10-10 14:14:49 +02:00
block.h mmc: card: do away with indirection pointer 2016-09-26 21:31:31 +02:00
Kconfig
Makefile
mmc_test.c mmc: mmc_test: Add tests for sending commands during transfer 2016-09-26 21:31:29 +02:00
queue.c mmc: card: do away with indirection pointer 2016-09-26 21:31:31 +02:00
queue.h mmc: core: Annotate cmd_hdr as __le32 2016-10-10 14:14:49 +02:00
sdio_uart.c tty: Replace TTY_THROTTLED bit tests with tty_throttled() 2016-04-30 09:26:55 -07:00