]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Don't fill up log with atxp1 vcore messages change message
authorPrakash Punnoor <prakash@punnoor.de>
Wed, 29 Jun 2005 12:13:54 +0000 (14:13 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 16:08:00 +0000 (09:08 -0700)
commit127c0b937bb1656517de8dca3dfe4dd50bca878c
tree13d9cd5b35b82f8bb0a178876f4a2c36b63ee863
parent9bc17a8532378a256162876917ae20fcbcbf940f
[PATCH] Don't fill up log with atxp1 vcore messages change message

I am using the atxp1 module to change vcore on my NForce2 via userspace
daemon (see punnoor.de).

Currently the atxp1 module will write to the log on every vcore change,
thus filling up my log - which I don't want.  I am no kernel coder, but
I guess, this one-liner will change this behaviour in a wanted way, ie
output will be made for debug purposes only.

Signed-off-by: Prakash Punnoor <prakash@punnoor.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/i2c/chips/atxp1.c