commit | 9c908f97d0f9aee32fa6d4b0a44c4c5d0ccab2b0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 27 13:09:28 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 27 13:09:28 2007 -0700 |
tree | 4c863da394fd58a51cdbc4c0386560fe994ee262 | |
parent | ff0ce6845bc18292e80ea40d11c3d3a539a3fc5e [diff] |
[SPARC]: Fix EBUS use of uninitialized variable. If of_get_property() fails, it returns NULL and the 'len' parameter is undefined. So we need to explicitly set len to zero in such cases. Noticed by Al Viro. Signed-off-by: David S. Miller <davem@davemloft.net>