]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a2e7ac3050de8c3ccba0fbe92c8859a7ae01afd
treea2266adda9ac371139060ba23c8df3ea5b674cbc
parentf329760eb9d67d82d6a7eabd36a1304ebb830528
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