Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69628cd0 authored by Kalle Valo's avatar Kalle Valo
Browse files

Merge tag 'iwlwifi-for-kalle-2015-03-30' of...

Merge tag 'iwlwifi-for-kalle-2015-03-30' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes

* fix a memory leak: we leaked memory each time the module
was loaded.
parents 6ae4ccfe a71aaf66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1257,6 +1257,7 @@ static void iwl_req_fw_callback(const struct firmware *ucode_raw, void *context)
				op->name, err);
#endif
	}
	kfree(pieces);
	return;

 try_again: