commit | b173491339b9ae7f1322241ce6228c1268513a39 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Wed Aug 15 10:32:13 2007 -0600 |
committer | Len Brown <len.brown@intel.com> | Fri Aug 24 01:27:24 2007 -0400 |
tree | dca8b3a7021d7957d60023e34ac96a9df5215421 | |
parent | 4f0217e30249ac0eb13b65ef64f2aee627465da2 [diff] |
PNP: remove null pointer checks Remove some null pointer checks. Null pointers in these areas indicate programming errors, and I think it's better to oops immediately rather than return an error that is easily ignored. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Adam Belay <abelay@novell.com> Signed-off-by: Len Brown <len.brown@intel.com>