commit | dbe4a09e8bbcf88809a8394d6a359d8cebd22a86 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Mar 16 14:34:59 2017 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Apr 04 08:29:55 2017 -0500 |
tree | 1589dad38fa05d2c301aa70d196cf10b1f6c2303 | |
parent | 794a8604fe6e4a311373cde57a86ad4aab9d32b8 [diff] |
PCI: dwc: Unindent dw_handle_msi_irq() loop Use "continue" to skip rest of the loop when possible to save an indent level. No functional change intended. Suggested-by: walter harms <wharms@bfs.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>