commit | ee1c1e7d6451204e71ae6d815bfa918c57450391 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri May 11 16:58:33 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 18 22:12:50 2012 -0600 |
tree | 8345d54cec0ba2fe4d4d665045fdff0bca47df88 | |
parent | adf11b62f3ef59b72f280df44f129e36091b242f [diff] |
gpiolib: quiet gpiochip_add boot message noise The pr_info message in gpiochip_add gets displayed for every gpiochip registered. When first bringing up a system this information could be helpful but for normal use it's just a bunch of noise. Change the message to a pr_debug. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>