From 0e4f66b448c650851b1e16cae08f9700e403c341 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Thu, 26 Sep 2013 08:35:49 +0900 Subject: [PATCH] staging: dgnc: Remove casting the return value which is a void pointer Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. CC: Lidza Louina Signed-off-by: Jingoo Han Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed