aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMichael S. Tsirkin <[email protected]>2022-12-20 07:37:49 -0500
committerMichael S. Tsirkin <[email protected]>2023-02-15 06:46:22 -0500
commit04e5421e6f61538f510aae9329e77d010159863f (patch)
treed1286b3a2f682e4d39df9a7409ef46bdbbc0b65a /tools/perf/scripts/python/stackcollapse.py
parent95bfec41bd3d39b7659cba65b72080420bf5691e (diff)
virtio_blk: temporary variable type tweak
virtblk_result returns blk_status_t which is a bitwise restricted type, so we are not supposed to stuff it in a plain int temporary variable. All we do with it is pass it on to a function expecting blk_status_t so the generated code is ok, but we get warnings from sparse: drivers/block/virtio_blk.c:326:36: sparse: sparse: incorrect type in initializer (different base types) @@ expected int status @@ +got restricted blk_status_t @@ drivers/block/virtio_blk.c:334:33: sparse: sparse: incorrect type in argument 2 (different base types) @@ expected restricted +blk_status_t [usertype] error @@ got int status @@ Make sparse happy by using the correct type. Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions