commit | 7aef709bf6f7a0886ee044960a7a86ea76dc6e2b | [log] [tgz] |
---|---|---|
author | Scott Ashcroft <scott.ashcroft@talk21.com> | Mon Oct 13 10:34:00 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:38 2008 -0700 |
tree | b6560ec381a20dbd58aedf7518a16790f2c55f67 | |
parent | ab2375f2fe256358a982e357d298801cf1adbd00 [diff] |
Fix oti6858 debug level For some reason the oti6858 driver undefines and redefines the dbg macro. This makes it spew debugging messages at KERN_INFO instead of KERN_DEBUG. This patch removes the undef and define making the driver log like every other USB serial driver. Signed-off-by: Scott Ashcroft <scott.ashcroft@talk21.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>