staging: rdma: hfi1: Replace kmalloc and memcpy with kmemdup
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Mon, 15 Feb 2016 19:25:25 +0000 (00:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:54:05 +0000 (14:54 -0800)
commit94b397cd253396c601d871f250cd93362618bdf6
treeff22e413f6dc1f313308973c315656a71aa3ed52
parent1e613801ce8771b3e82e68bab0247ef3ce5d8a3f
staging: rdma: hfi1: Replace kmalloc and memcpy with kmemdup

Replace kmalloc and memcpy with kmemdup. Found using Coccinelle.

The semantic patch used to make this change can be found here:
scripts/coccinelle/api/memdup.cocci

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/efivar.c