From fe802546ce748b5af933157e181f1d653ac5ec9c Mon Sep 17 00:00:00 2001 From: Guillaume Clement Date: Fri, 25 Jul 2014 01:06:15 +0200 Subject: [PATCH] staging: vt6655: remove useless return statements Many return statements in void function were present at the end of functions, with no effect. They now are removed. This fixes a bunch of checkpatch warnings. Signed-off-by: Guillaume Clement Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed