* fix a memory leak: we leaked memory each time the module
was loaded.
This commit is contained in:
Kalle Valo
2015-03-30 09:39:12 +03:00

View File

@@ -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: