Skip to content
Commit 96c25c81 authored by Vegard Nossum's avatar Vegard Nossum
Browse files

ieee1394/csr1212: fix false positive kmemcheck report



kmemcheck reports a use of uninitialized memory here, but it's not
a real error. The structure in question has just been allocated, and
the whole field is initialized, but it happens in two steps.

We fix the false positive by inserting a kmemcheck annotation.

Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
parent 004cdb5a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment