commit | 0b8cfb6aa3aabc96177b1e68ef13d2eb5c686606 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 09 15:11:25 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Dec 09 15:11:25 2013 -0700 |
tree | f73f50a95fffacf1db6ef809012a9930ef3f938c | |
parent | 64989e7399f09b72689e25fb40f2d0d5e073b13a [diff] |
PCI: designware: Use typical "for" loop idiom It's conventional to use "for" rather than "while" for simple iteration. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>