mirror of https://gitee.com/openkylin/linux.git
powerpc/eeh: fix misleading indentation
Found by smatch. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Acked-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
3b1dbfa14f
commit
2d5217840f
|
@ -249,7 +249,7 @@ static void *__eeh_pe_get(void *data, void *flag)
|
|||
} else {
|
||||
if (edev->pe_config_addr &&
|
||||
(edev->pe_config_addr == pe->addr))
|
||||
return pe;
|
||||
return pe;
|
||||
}
|
||||
|
||||
/* Try BDF address */
|
||||
|
|
Loading…
Reference in New Issue