From 45de432775d6df1b349b02c4d783237937278906 Mon Sep 17 00:00:00 2001 From: Cristina Opriceana Date: Sat, 28 Mar 2015 02:57:34 +0200 Subject: [PATCH] Staging: rtl8712: Use memdup_user() instead of copy_from_user() Use memdup_user() to avoid its duplicated implementation and simplify code. memdup_user() uses GFP_KERNEL instead of GFP_ATOMIC, which is valid because copy_from_user() might sleep and it's useless to make the allocation atomic. Found with coccinelle. Signed-off-by: Cristina Opriceana Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed