dect
/
linux-2.6
Archived
13
0
Fork 0

raw1394: fix memory deallocation in modify_config_rom

raw1394: use correct deallocation macro for CSR cache

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
This commit is contained in:
Stefan Richter 2005-11-21 17:32:18 -05:00 committed by Jody McIntyre
parent d734f92b0d
commit b12479ddce
1 changed files with 1 additions and 1 deletions

View File

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