summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-12-04 15:25:16 -0800
committerBrian Norris <computersforpeace@gmail.com>2015-12-09 10:22:06 -0800
commitc42c2710d64381fd48d36b278e0744aa683d93fe (patch)
treeec4f9032ebeb7ff4b28bd064c2683bd359143da1 /block
parent5531ae4818fb04b9a30f87099f44595c1786f518 (diff)
downloadlinux-c42c2710d64381fd48d36b278e0744aa683d93fe.tar.bz2
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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions