aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Kelle <[email protected]>2011-12-01 12:54:46 -0500
committerDavid S. Miller <[email protected]>2011-12-01 12:54:46 -0500
commitd7d75960ea74e524d75ba8b067523471f39a7bf3 (patch)
treef740896af0ebbc67c4fdb4b7aa294823dae86db2 /include/linux
parentb536db9332cf90c4f44ca809f028645205fa89ad (diff)
icplus: mdio_write(), remove unnecessary for loop
At this point the variable j is always set to 7 and the code within the loop has to run only once anyway. As suggested by David Miller: "You can simply this even further since p[7] is what is used here, and this means len is one, the inner loop therefore executes only once, and the p[7].field value is not used (it's zero in the table) and the write to it is completely thrown away." Signed-off-by: Patrick Kelle <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions