From: Eliad Peller Date: Sun, 5 Jan 2014 10:41:12 +0000 (+0200) Subject: iwlwifi: mvm: fix missing cleanup in .start() error path X-Git-Tag: v3.14-rc1~94^2~113^2^2~18^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b0d1198417cf4fd9a7bd4138b6909f0b359099;p=pandora-kernel.git iwlwifi: mvm: fix missing cleanup in .start() error path Cleanup of iwl_mvm_leds was missing in case of error, resulting in the following warning: WARNING: at lib/kobject.c:196 kobject_add_internal+0x1f4/0x210() kobject_add_internal failed for phy0-led with -EEXIST, don't try to register things with the same name in the same directory. which prevents further reloads of the driver. Cc: stable@vger.kernel.org [3.10+] Signed-off-by: Eliad Peller Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed