On Tue, Apr 14, 2020 at 01:27:54PM +0200, Philipp Puschmann wrote: > If probe fails after enabling the regulators regulator_put is called for > each supply without having them disabled before. This produces some > warnings like > > WARNING: CPU: 0 PID: 90 at drivers/regulator/core.c:2044 _regulator_put.part.0+0x154/0x15c > [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > [] (show_stack) from [] (__warn+0xd0/0xf4) > [] (__warn) from [] (warn_slowpath_fmt+0x64/0xc4) > [] (warn_slowpath_fmt) from [] (_regulator_put.part.0+0x154/0x15c) Please think hard before including complete backtraces in upstream reports, they are very large and contain almost no useful information relative to their size so often obscure the relevant content in your message. If part of the backtrace is usefully illustrative (it often is for search engines if nothing else) then it's usually better to pull out the relevant sections.