commit | 5877debe27917dfd7aa8f960c228dbbc1de8282f | [log] [tgz] |
---|---|---|
author | Muhammad Falak R Wani <falakreyaz@gmail.com> | Thu May 19 19:24:41 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri May 20 19:50:07 2016 -0400 |
tree | 049b91d1bf2ecce9a53961c964adfc0f09ee7e07 | |
parent | 7c542772cc5ff061ec3d06658f5d36304bcd5395 [diff] |
ps3_gelic: use kmemdup Use kmemdup when some other buffer is immediately copied into allocated region. It replaces call to allocation followed by memcpy, by a single call to kmemdup. Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>