ieee1394/csr1212: fix false positive kmemcheck report
authorVegard Nossum <vegard.nossum@gmail.com>
Thu, 11 Sep 2008 18:59:03 +0000 (20:59 +0200)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 15 Jun 2009 13:49:31 +0000 (15:49 +0200)
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: Vegard Nossum <vegard.nossum@gmail.com>

No differences found