You're missing the whole point of using pr_info() et al. in that it
includes the bits we define for pr_fmt at the top of the file.
Also, you write absolutely no commit log message entry for your
change explaining why you're doing the things you are doing.
And finally you are doing two completely unrelated things at one
(changing error return values and changing log message levels).
--