commit | b5dfbeacf74865a8d62a4f70f501cdc61510f8e0 | [log] [tgz] |
---|---|---|
author | Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> | Fri Mar 27 17:33:24 2020 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Sat Mar 28 11:50:56 2020 -0500 |
tree | f351ba981bf79088646a262a98b869fe14a7eedc | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
PCI/ERR: Combine pci_channel_io_frozen cases pcie_do_recovery() had two "if (state == pci_channel_io_frozen)" cases right after each other. Combine them to make this easier to read. No functional change intended. Link: https://lore.kernel.org/r/20200317170654.GA23125@infradead.org [bhelgaas: split from https://lore.kernel.org/r/a255fcb3a3fdebcd90f84e08b555f1786eb8eba2.1585000084.git.sathyanarayanan.kuppuswamy@linux.intel.com] Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>