diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-11-27 14:29:24 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-09 13:05:23 +0300 |
commit | 0ffaeadfc451a11b5da35578b2f9b977f9f46489 (patch) | |
tree | 930739568abe771406bd9e9a01c11c8707958f42 /drivers/clocksource/sh_cmt.c | |
parent | e16e12be34648777606a2c03a3526409b38f0e63 (diff) | |
download | linux-0ffaeadfc451a11b5da35578b2f9b977f9f46489.tar.xz |
mic_virtio: robust feature array size calculation
mic reads sizeof(vdev->features) bits from device, but in fact it stores
bits in local features variable. use sizeof(features) to make code
robust against future changes extending sizeof(vdev->features).
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/clocksource/sh_cmt.c')
0 files changed, 0 insertions, 0 deletions