commit | efbf62e9f4d93c3716a4d6d3221d537c71e299a2 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Sun Dec 11 06:42:18 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jan 09 12:13:19 2006 -0800 |
tree | f2f6a85b7faa0f81cbaee66f34c5494c6a6a0492 | |
parent | 5d135dff536f30022674d463ce3119bb28e045df [diff] |
[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c Here's a small patch to reduce the nr of pointer dereferences in drivers/pci/hotplug/cpqphp_core.c Benefits of this patch: - micro speed optimization due to fewer pointer derefs - generated code is slightly smaller - tiny line length and whitespace cleanup - better readability Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>