linux/drivers/s390
Heiko Carstens fb317002ab s390/virtio: change virtio_feature_desc:features type to __le32
The feature member of virtio_feature_desc contains little endian
values, given that it contents will be converted with
le32_to_cpu(). The "wrong" __u32 type leads to the sparse warnings
below.
In order to avoid them, use the correct __le32 type instead.

drivers/s390/virtio/virtio_ccw.c:749:14: warning: cast to restricted __le32
drivers/s390/virtio/virtio_ccw.c:762:28: warning: cast to restricted __le32

Acked-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2017-05-15 12:20:54 +02:00
..
block s390/dasd: suppress command reject error for query host access command 2017-03-28 16:54:28 +02:00
char sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> 2017-03-02 08:42:29 +01:00
cio s390/qdio: increase string buffer size 2017-05-09 10:44:37 +02:00
crypto s390/pkey: Introduce new API for secure key verification 2017-03-22 08:29:13 +01:00
net s390/qeth: remove unimplemented gdev routines 2017-04-11 14:51:35 -04:00
scsi SCSI misc on 20170220 2017-02-21 11:51:42 -08:00
virtio s390/virtio: change virtio_feature_desc:features type to __le32 2017-05-15 12:20:54 +02:00
Makefile virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio 2015-07-07 14:27:06 +03:00