summaryrefslogtreecommitdiff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2016-10-03 10:58:28 +0200
committerSasha Levin <alexander.levin@verizon.com>2016-11-01 11:54:46 -0400
commit8df981058e4f4714381df12f6bec495ebc86e807 (patch)
treec128fe5aa763af539e79f2f539990e0a21ab5d7c /drivers/scsi
parent7ea3d2e9c6aa73bc07d537ab4574d18bcfe2f680 (diff)
mmc: core: Annotate cmd_hdr as __le32
[ Upstream commit 3f2d26643595973e835e8356ea90c7c15cb1b0f1 ] Commit f68381a70bb2 (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: f68381a70bb2 (mmc: block: fix packed command header endianness) Cc: stable@vger.kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions