leds: led-class.c - Quiet boot messages
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 6 Jan 2010 22:34:55 +0000 (15:34 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 16 Mar 2010 19:49:21 +0000 (19:49 +0000)
commitbb9b6ef70f08f256ab4b8ec127c17ee629b85350
treece1abece2081cfffd14ef5ff3f479daf3481802b
parent5e89a3484dea8a3d962f83fe497d064fbcde4e55
leds: led-class.c - Quiet boot messages

As each led device gets registered a kernel message gets printed. In
an embedded system with a number of leds this can produce a lot
of output that just looks like noise.

Change the message type to KERN_DEBUG since it might be useful
in the dmesg output "after" booting.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/led-class.c