]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net:liquidio: use kmemdup
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Thu, 19 May 2016 13:52:49 +0000 (19:22 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2016 23:50:07 +0000 (19:50 -0400)
commit7c542772cc5ff061ec3d06658f5d36304bcd5395
tree891d76e486f386e451f60f02fe3a970d787c814a
parente27f4a942a0ee4b84567a3c6cfa84f273e55cbb7
net:liquidio: 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/ethernet/cavium/liquidio/octeon_device.c