From: Andy Shevchenko Date: Wed, 20 Oct 2010 15:47:44 +0000 (+0300) Subject: staging: batman-adv: remove useless addr_to_string() X-Git-Tag: v2.6.37-rc1~60^2~3^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77099f0afe94928b5b0066a7efa5fa9f81696b54;p=pandora-kernel.git staging: batman-adv: remove useless addr_to_string() Since all *printf() methods in the kernel understand '%pM' modifier the conversion to the string is useless beforehand. Additionally this patch decreases batman_if structure by 20 bytes. Signed-off-by: Andy Shevchenko Cc: Marek Lindner Cc: Simon Wunderlich Cc: Andrew Lunn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed