Skip to content

Commit

Permalink
input: als - disable ALS level debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
thalamus committed Apr 1, 2011
1 parent 773a550 commit 031010e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/input/misc/cm3602_lightsensor_microp.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ static int get_ls_adc_level(uint8_t *data)
break;
}
}
printk(KERN_DEBUG "ALS value: 0x%X, level: %d #\n",
adc_value, adc_level);
/* printk(KERN_DEBUG "ALS value: 0x%X, level: %d #\n",
adc_value, adc_level); */
data[2] = adc_level;
}

Expand Down

0 comments on commit 031010e

Please sign in to comment.