commit | ca3de6b29d09585bdb7b5af2e12f815468120184 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Mon Feb 23 04:20:10 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 23 15:08:31 2015 -0500 |
tree | 9185e3e3aee7425a5c9681334fff3c1784d324ad | |
parent | 6b085ba9271a252b1e3f836ab5df202c51be4f2f [diff] |
be2net: refactor function initalization sequence into be_func_init() Function initialization sequence is executed in be_probe(), be_resume and be_eeh_resume(). Move this code to a new routine called be_func_init() to prevent code duplication. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>