PCI: Remove unnecessary curly braces
Remove curly braces in simple "if" cases. No functional change. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
382a9c9adc
commit
656f978f9a
8 changed files with 22 additions and 36 deletions
|
|
@ -997,9 +997,8 @@ static int process_changeinstatus (struct slot *pslot, struct slot *poldslot)
|
|||
rc = ibmphp_do_disable_slot (pslot);
|
||||
}
|
||||
|
||||
if (update || disable) {
|
||||
if (update || disable)
|
||||
ibmphp_update_slot_info (pslot);
|
||||
}
|
||||
|
||||
debug ("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue