]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/eeh_sysfs: Remove double pci_dn lookup.
authorOliver O'Halloran <oohall@gmail.com>
Mon, 15 Jul 2019 08:56:11 +0000 (18:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Jan 2020 10:31:19 +0000 (21:31 +1100)
commit758b423275f0738fa4d382057c03f3d45c12905d
tree5b7d30bb9530a7066ee21a183b615381679070e0
parent4107248c5615ab20b64073f2dd5917b3961239dc
powerpc/eeh_sysfs: Remove double pci_dn lookup.

In eeh_notify_resume_show() the pci_dn for the device is looked up once in
the declaration block and then once after checking for a NULL eeh_dev.
Remove the second lookup since it's pointless.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Sam Bobroff <sbobroff@linux.ibm.com>
Tested-by: Sam Bobroff <sbobroff@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190715085612.8802-5-oohall@gmail.com
arch/powerpc/kernel/eeh_sysfs.c