From: Larry Finger Date: Sun, 9 Feb 2014 21:15:59 +0000 (-0600) Subject: staging: r8188eu: Remove _func_enter and _func_exit macros X-Git-Tag: v3.15-rc1~139^2~1173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f578b5d33ee721461921c8e79e5f8b309b2e604d;p=pandora-kernel.git 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-diff-tree failed