commit | 4a490498643ea37520c315769b293085b6018ddd | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Apr 28 16:33:50 2008 -0600 |
committer | Len Brown <len.brown@intel.com> | Tue Apr 29 03:22:15 2008 -0400 |
tree | 0c1f8332f0611a4d5a0e3a8784a9518233ef2929 | |
parent | ca0e8b6fd29819891c874b86ff286987c5bfdc21 [diff] |
PNPACPI: continue after _CRS and _PRS errors Keep going and register the device even if we have trouble parsing _CRS or _PRS. A parsing problem might mean we ignore some resources the device is using, or we might not be able to change its resources. But we should still take note of anything we *could* parse correctly. Also remove reference to dev_id because I plan to remove it soon. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>