[PATCH v3] clk: add si5351 i2c common clock driver
From: lars@metafoo.de (Lars-Peter Clausen)
Date: 2013-03-23 10:05:26
Also in:
linux-devicetree, lkml
From: lars@metafoo.de (Lars-Peter Clausen)
Date: 2013-03-23 10:05:26
Also in:
linux-devicetree, lkml
On 03/21/2013 10:32 PM, Sebastian Hesselbarth wrote:
quoted
quoted
+ + dev_info(&client->dev, "registered si5351 i2c client\n"); +That's just noise, imagine every driver would print such a line, your bootlog would be scrolling for hours ;) I'd either remove it or make it dev_dbgActually, I understand not to have it, but if you don't want it you can still boot with "quiet", can't you? Having one single line that helps you see it has been probed helps a lot. But, I don't have a strong opinion on that and can make it dev_dbg.
It is useful during development, but in my opinion only as long as not every other driver does this as well. If you want to check whether a device has been probed you can easily do this by checking the drivers sysfs node. - Lars