Commit f5f321c4 authored by David S. Miller's avatar David S. Miller

Merge tag 'wireless-drivers-for-davem-2015-04-01' of...

Merge tag 'wireless-drivers-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers

Kalle Valo says:

====================
iwlwifi:

* fix a memory leak, we leaked memory each time the module
  was loaded.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 877e45d6 69628cd0
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment