From: Seth Forshee Date: Wed, 25 Apr 2012 22:28:00 +0000 (-0500) Subject: b43: only reload config after successful initialization X-Git-Tag: v3.4-rc6~23^2~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdedbdf4fbff3d4962a0786f37aa86dfdc48a7e;p=pandora-kernel.git b43: only reload config after successful initialization Commit 2a19032 (b43: reload phy and bss settings after core restarts) introduced an unconditional call to b43_op_config() at the end of b43_op_start(). When firmware fails to load this can wedge the system. There's no need to reload the configuration after a failed initialization anyway, so only make the call if initialization was successful. BugLink: http://bugs.launchpad.net/bugs/950295 Cc: Felix Fietkau Cc: Signed-off-by: Seth Forshee Signed-off-by: John W. Linville --- Reading git-diff-tree failed