]> git.karo-electronics.de Git - linux-beck.git/commit
net: usb: ch9200: use kmemdup
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Thu, 19 May 2016 13:56:50 +0000 (19:26 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2016 23:50:07 +0000 (19:50 -0400)
commit238a9584e9e2c7b3ea23924e9183fee05d584789
treea77c7a32e66c9c9961cb7ef8eab2995ab5a7cda3
parent5877debe27917dfd7aa8f960c228dbbc1de8282f
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>
drivers/net/usb/ch9200.c