Commits
David Woodhouse committed fe9ab00f835
dell-laptop: Fix krealloc() misuse in parse_da_table() If krealloc() returns NULL, it *doesn't* free the original. So any code of the form 'foo = krealloc(foo, …);' is almost certainly a bug. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>