commit | 238a9584e9e2c7b3ea23924e9183fee05d584789 | [log] [tgz] |
---|---|---|
author | Muhammad Falak R Wani <falakreyaz@gmail.com> | Thu May 19 19:26:50 2016 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri May 20 19:50:07 2016 -0400 |
tree | a77c7a32e66c9c9961cb7ef8eab2995ab5a7cda3 | |
parent | 5877debe27917dfd7aa8f960c228dbbc1de8282f [diff] |
net: usb: ch9200: 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>