From: Rasmus Villemoes Date: Thu, 5 Feb 2015 22:17:20 +0000 (+0100) Subject: net: rds: Remove repeated function names from debug output X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ac11999bae3c353f86b6e7dd0e43d4a0eada12;p=pandora-kernel.git net: rds: Remove repeated function names from debug output The macro rdsdebug is defined as pr_debug("%s(): " fmt, __func__ , ##args) Hence it doesn't make sense to include the name of the calling function explicitly in the format string passed to rdsdebug. Signed-off-by: Rasmus Villemoes Signed-off-by: David S. Miller --- Reading git-diff-tree failed