Commit b12479dd authored by Stefan Richter's avatar Stefan Richter Committed by Jody McIntyre

raw1394: fix memory deallocation in modify_config_rom

raw1394: use correct deallocation macro for CSR cache
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
parent d734f92b
......@@ -2166,7 +2166,7 @@ static int modify_config_rom(struct file_info *fi, struct pending_request *req)
}
}
kfree(cache->filled_head);
kfree(cache);
CSR1212_FREE(cache);
if (ret >= 0) {
/* we have to free the request, because we queue no response,
......
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