]> Git Repo - linux.git/commit
s390/virtio: change virtio_feature_desc:features type to __le32
authorHeiko Carstens <[email protected]>
Tue, 9 May 2017 10:50:53 +0000 (12:50 +0200)
committerMartin Schwidefsky <[email protected]>
Mon, 15 May 2017 10:20:54 +0000 (12:20 +0200)
commitfb317002ab4419ae7e068bee6897f2d5745aa3b9
treea7b0ecb0afa7650e2c66706c9f6ec492d671442e
parentefc0c21c9ea786d6f019d7df7b4e3932f3578d90
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 <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
drivers/s390/virtio/virtio_ccw.c
This page took 0.049734 seconds and 4 git commands to generate.