| commit | 3ab96a02e829131c19db8ed99239289acdb4e3dc | [log] [tgz] |
|---|---|---|
| author | Gavin Shan <shangw@linux.vnet.ibm.com> | Fri Sep 07 22:44:23 2012 +0000 |
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Sep 10 09:59:00 2012 +1000 |
| tree | 62297fb6878c446de16ed601c00e679831d4c94b | |
| parent | f8f7d63fd96ead101415a1302035137a866f8998 [diff] |
powerpc/eeh: Cleanup on EEH PCI address cache
The patch does cleanup on EEH PCI address cache based on the fact
EEH core is the only user of the component.
* Cleanup on function names so that they all have prefix
"eeh" and looks more short.
* Function printk() has been replaced with pr_debug() or
pr_warning() accordingly.
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>