Michael S. Tsirkin c84f91e262 virtio_config: fix up warnings on parisc
Apparently, on parisc le16_to_cpu returns an int. virtio_cread_le
is very strict about type sizes so it causes a warning.
Fix it up by casting to the correct type.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://lore.kernel.org/r/20200805235550.1451637-1-mst@redhat.com
2020-08-05 19:56:03 -04:00
..
2020-06-10 17:27:28 +02:00
2020-07-28 11:55:53 -07:00
2020-07-29 12:46:58 +10:00
2020-06-11 12:42:14 -07:00
2020-06-13 13:09:38 -07:00
2020-06-05 15:11:50 -07:00
2020-06-06 11:01:58 -07:00
2020-07-17 18:19:02 +02:00