<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello there,<br><br>I just tried out cppcheck-1.47 on the linux-2.6.38-rc4 source code.<br><br>It said<br><br>[arch/powerpc/kernel/cacheinfo.c:380]: (error) Possible null pointer dereference: cache - otherwise it is redundant to check if cache is null at line 382<br><br>The source code is<br><br>    WARN_ONCE(cache && cache->level != level,<br>          "cache level mismatch on lookup (got %d, expected %d)\n",<br>          cache->level, level);<br><br>    if (!cache)<br><br>I agree with cppcheck. Suggest code rework.<br><br>Regards<br><br>David Binderman<br><br>                                      </body>
</html>