regulator: ROHM BDxxxxx minor print improvements
authorMark Brown <broonie@kernel.org>
Wed, 23 Nov 2022 17:22:52 +0000 (17:22 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 23 Nov 2022 17:22:52 +0000 (17:22 +0000)
commitc23fdf9e5063d89cfbbd9c89ad7f6fef38bdb9f3
tree8a6d47b7a4ab8ac493ceb2afeef1a623d22c2a83
parent3b5b07dde998f6ade7433a8db019cf816c7e35af
parent662a9bf883f42d09145cf083d93dadf0307f15ea
regulator: ROHM BDxxxxx minor print improvements

Merge series from Matti Vaittinen <mazziesaccount@gmail.com>:

Minor (printing) improvements for ROHM regulator drivers.

This series:

 - Drops an unnecessary info print from bd718x7.
   (Added a fixes tag for this but not really sure if worth
   adding to stable)
 - Convert the ROHM BDxxxxx PMIC regulator drivers to use dev_err_probe().
 - Change the probe logic for bd718x7 to favor the more usual devm-style
   where errors are returned immediately.