commit | c42c2710d64381fd48d36b278e0744aa683d93fe | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Fri Dec 04 15:25:16 2015 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Dec 09 10:22:06 2015 -0800 |
tree | ec4f9032ebeb7ff4b28bd064c2683bd359143da1 | |
parent | 5531ae4818fb04b9a30f87099f44595c1786f518 [diff] |
mtd: partitions: remove kmemdup() The use of kmemdup() complicates the error handling a bit. We don't actually need to allocate new memory, since this reference is treated as const, and it is copied into new memory by the partition registration code anyway. So remove it. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>