bonding: fix const in options processing
authorstephen hemminger <stephen@networkplumber.org>
Thu, 6 Mar 2014 22:20:17 +0000 (14:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 22:39:19 +0000 (17:39 -0500)
commit28f084cca35a73698568d8c060bbb98193021db5
treea2266adda9ac371139060ba23c8df3ea5b674cbc
parent6f542efcbc74801eb4bfa0dbba64c2df6811b2d3
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>
drivers/net/bonding/bond_options.c
drivers/net/bonding/bond_options.h
drivers/net/bonding/bond_procfs.c