commit | 28f084cca35a73698568d8c060bbb98193021db5 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Thu Mar 06 14:20:17 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 06 17:39:19 2014 -0500 |
tree | a2266adda9ac371139060ba23c8df3ea5b674cbc | |
parent | 6f542efcbc74801eb4bfa0dbba64c2df6811b2d3 [diff] |
bonding: fix const in options processing This is a fixup patch to resolve issues with const from my earlier patch. Make all the setter functions use const on input parameter. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>