disable verbose led changes
SVN-Revision: 194
This commit is contained in:
parent
8ee5f9fb32
commit
0e5ac760d1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static unsigned int diag = 0;
|
||||||
|
|
||||||
static void diag_change()
|
static void diag_change()
|
||||||
{
|
{
|
||||||
printk(KERN_INFO "led -> %02x\n",diag);
|
//printk(KERN_INFO "led -> %02x\n",diag);
|
||||||
|
|
||||||
set_diag(0xFF); // off
|
set_diag(0xFF); // off
|
||||||
set_dmz(0xFF); // off
|
set_dmz(0xFF); // off
|
||||||
|
|
Loading…
Reference in a new issue