]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()
authorSam Bobroff <sam.bobroff@au1.ibm.com>
Mon, 19 Mar 2018 02:46:40 +0000 (13:46 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 27 Mar 2018 12:44:58 +0000 (23:44 +1100)
commit8cffd89a0ec9cb9207e86aade720016fbe72452b
treedbf5a481af169a281cb1d74924a303ef40a42e15
parentd5ef80cd04f55f4c059a683eb603a49c22c539eb
powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()

Commit "eebd1a9ce3a1 powerpc/eeh: Remove reference to PCI device"
removed a call to pci_dev_get() from __eeh_addr_cache_get_device() but
did not update the comment to match.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/eeh_cache.c