Re: [PATCH] acenic: Pass up error code from ace_load_firmware()
From: David Miller <davem@davemloft.net> Date: 2009-10-12 11:19:13
From: Ben Hutchings <redacted>
Date: Mon, 12 Oct 2009 02:34:46 +0100
If ace_load_firmware() fails, ace_init() cleans up but still returns
0, leading to an oops as seen in <http://bugs.debian.org/521383>.
It should pass the error code up.
Signed-off-by: Ben Hutchings <redacted>
Applied, and I'll queue this up for -stable, thanks!