From: Holger Schurig Date: Wed, 26 Mar 2008 09:04:44 +0000 (+0100) Subject: libertas: reduce debug output X-Git-Tag: v2.6.26-rc1~1138^2~291^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5225b397308f9eea86327293b73dc88068e0179;p=pandora-kernel.git libertas: reduce debug output This patch tries to make dmesg logs between different runs easier to compare by * removing the jiffies (use CONFIG_PRINTK_TIME if you need timing) * remove the line numbers, they change with each applied patch It also changes the deprecated __FUNCTION__ to __func__ to make checkpatch.pl happy. Signed-off-by: Holger Schurig Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed