Tag: de71daf5c839b3b3cc8a5b09b4a00107817868de

Staging: fsl-mc: Replace pr_debug with dev_dbg

Author: Bhumika Goyal <bhumirks@gmail.com> This patch replaces pr_debug calls with dev_dbg when the device structure is available as dev_* prints identifying information about the struct device. Done using coccinelle: @r exists@ identifier f, s; identifier x; position p; @@ f(…,struct s *x,…) { } @r2@ identifier fld2; identifier r.s; @@ struct s { … struct …

Continue reading