From: Scott Wood Date: Tue, 12 Aug 2008 20:10:46 +0000 (-0500) Subject: gianfar: Call gfar_halt_nodisable() from gfar_halt(). X-Git-Tag: v2.6.27-rc4~39^2~48^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a54adc3ad771c997bfa721f098d2d4a6ef6ea38;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed