commit | b5f2490b6e3317059e87ba40d4f659d1c30afc1f | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Mar 28 17:04:00 2006 -0500 |
committer | Len Brown <len.brown@intel.com> | Sat Apr 01 21:26:45 2006 -0500 |
tree | 8eaa4898b89001bc5e53922d2414967f911b84dd | |
parent | 1acfb7f2b0d460ee86bdb25ad0679070ec8a5f0d [diff] |
PNPACPI: remove some code duplication Factor out the duplicated switch from pnpacpi_count_resources() and pnpacpi_type_resources(). Remove the unnecessary re-initialization of resource->type and length from all the encode functions (id and length are originally set in the pnpacpi_build_resource_template() -> pnpacpi_type_resources() path). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>