]> git.baikalelectronics.ru Git - kernel.git/commit
gianfar: Call gfar_halt_nodisable() from gfar_halt().
authorScott Wood <scottwood@freescale.com>
Tue, 12 Aug 2008 20:10:46 +0000 (15:10 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 14 Aug 2008 08:26:57 +0000 (04:26 -0400)
commit161621ab2342498da9642501ec6c12df9601149d
tree92b5b25df897d6997258617b7a1f91e52a9d534f
parent33c5639a1f7ce7ab9453acb516b09973f6420ac9
gianfar: Call gfar_halt_nodisable() from gfar_halt().

gfar_halt() was factored out into halting and disabling by commit
a1f505791e35baf654a5051d5eb8bd307665b43a, as the suspend() method
only wants to do the former.  However, the call to gfar_halt_nodisable()
from gfar_halt() apparently got lost during the patch respin process.

This adds it back.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/gianfar.c