commit | e5225b397308f9eea86327293b73dc88068e0179 | [log] [tgz] |
---|---|---|
author | Holger Schurig <hs4233@mail.mn-solutions.de> | Wed Mar 26 10:04:44 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 27 16:08:08 2008 -0400 |
tree | e45ede3806ae829fc0773bce6aa7b2ec7c7eae93 | |
parent | 056cdd599d004e36de64c925b8a13f6676451360 [diff] |
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 <hs4233@mail.mn-solutions.de> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>