From: Vegard Nossum Date: Thu, 11 Sep 2008 18:59:03 +0000 (+0200) Subject: ieee1394/csr1212: fix false positive kmemcheck report X-Git-Tag: v2.6.31-rc1~303^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c25c81ecf452b778e2f432bd17c95de637d129;p=pandora-kernel.git 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: Vegard Nossum --- Reading git-diff-tree failed