commit | da3188801898f2fb8859c232554b100f2a0250f8 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Sat Sep 15 17:11:40 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 17 13:04:19 2012 -0400 |
tree | f18f6dbaf6e3a54182bec9d758ca5f23e38aa595 | |
parent | 5ecf9eea2660c4fe894fabd3c3d0b64860fb0160 [diff] |
llc2: Remove explicit indexing of state action arrays These arrays are accessed by iteration in llc_exec_station_trans_actions(). There must not be any zero-filled gaps in them, so the explicit indices are pointless. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>