]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Change state names to be clearer, and comment them
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 27 Jul 2012 18:31:16 +0000 (19:31 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 24 Aug 2012 19:10:18 +0000 (20:10 +0100)
commit57eeb57b959f392984b93f1d6bb348e1712f3e3e
treea22f669f90d69705f56718130744d196876b95c7
parent56c779c4369c94439aad9685e297f142709ec9b1
sfc: Change state names to be clearer, and comment them

STATE_INIT and STATE_FINI are equivalent and represent incompletely
initialised states; combine them as STATE_UNINIT.

Rename STATE_RUNNING to STATE_READY, to avoid confusion with
netif_running() and IFF_RUNNING.

The comments do not quite match current usage, but this will be
corrected in subsequent fixes.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/ethtool.c
drivers/net/ethernet/sfc/falcon_boards.c
drivers/net/ethernet/sfc/net_driver.h