commit | 295f9d0bc3975e9885c73bfd82cdff9b739d2001 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Nov 05 12:27:26 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 06 14:38:57 2014 -0500 |
tree | 75daf996e5bc0fe936844ed68d10333b1423f1ad | |
parent | 915af65619244eaf0644aad22e9299c7da303a8e [diff] |
stmmac: pci: use defined constant instead of magic number The last standard PCI resource is defined as PCI_STD_RESOURCE_END. Thus, we could use it instead of plain integer. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>