On 17 July 2015 at 16:06, roni <ronit.linux@gmail.com> wrote:
What is the difference between dev_* (like dev_err) and pr_* (like
pr_err)?
In which situations we use them?


dev_*() is prefered when you have a struct device object.

Luis