]> git.karo-electronics.de Git - mv-sheeva.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)
commit2a54adc3ad771c997bfa721f098d2d4a6ef6ea38
tree92b5b25df897d6997258617b7a1f91e52a9d534f
parentfde9403a982218fa8a437f815e7aa0e583e2d6ed
gianfar: Call gfar_halt_nodisable() from gfar_halt().

gfar_halt() was factored out into halting and disabling by commit
d87eb12785c14de1586e3bad86ca2c0991300339, 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