commit | b9b64e6e89fc5a6ef220747115c5b7764614ca3f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 18 01:47:13 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Sep 18 01:47:13 2006 -0700 |
tree | 2d28434f793807b4a83bd5dc139e165c7c317389 | |
parent | 803db244b9f71102e366fd689000c1417b9a7508 [diff] |
[OPENPROMIO]: Handle current_node being NULL correctly. If the user tries to traverse to the next node of the last node, we get NULL in current_node and a zero phandle returned. That's fine, but if the user tries to obtain properties in that state, we try to dereference a NULL pointer in the downcall to the of_*() routines. So protect against that. Signed-off-by: David S. Miller <davem@davemloft.net>