From f578b5d33ee721461921c8e79e5f8b309b2e604d Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 9 Feb 2014 15:15:59 -0600 Subject: [PATCH] staging: r8188eu: Remove _func_enter and _func_exit macros These debugging macros are seldom used for debugging once the driver is working. If routine tracing is needed, it can be added on an individual basis. In a few cases, removal of the exit macro left a bare label. In these cases, a go to that label was replaced by a return. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed