On Wed, Apr 23, 2014 at 11:21 PM, Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > On 13/04/14 20:08, Linus Walleij wrote: >> >> It is pretty helpful to know already from dmesg that a certain >> device is successfully registered, instead of having to browse >> sysfs to see if it's actually there. >> >> Cc: Lee Jones <lee.jones@xxxxxxxxxx> >> Cc: Denis CIOCCA <denis.ciocca@xxxxxx> >> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > > hmm.. Normally I get irritated with these sorts of I'm here > messages - it's not exactly hard to tell it has been successfully > probed without filling the logs with messages fairly light on > info. Having said that I tend to let these go in new drivers > so I don't care that strongly... Your pick, this patch is orthogonal to the rest. I tend to stick a oneliner at the end of successful probe to verify that the device driver has been compiled in and that it probes correctly so that the device tree etc is in order. Of course there are other ways to determine that but the dmesg give it all in one place for all devices. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html