Re: [PATCH] regulator: tps65219: fix irq_data.rdev not being assigned
Francesco Dolcini <[email protected]>
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello Alexander, thanks for the patch On Wed, May 13, 2026 at 06:07:04PM +0200, A. Sverdlin wrote: ... > Internal error: Oops: 0000000096000004 > pc : regulator_notifier_call_chain > lr : tps65219_regulator_irq_handler > Call trace: > regulator_notifier_call_chain > tps65219_regulator_irq_handler > handle_nested_irq > regmap_irq_thread > irq_thread_fn > irq_thread > kthread > ret_from_fork ... > Link: https://lore.kernel.org/all/[email protected]/ > Fixes: 64a6b577490c ("regulator: tps65219: Remove debugging helper function") > Signed-off-by: Alexander Sverdlin <[email protected]> Is this a fix for the issue I reported long ago? If yes, it should be Reported-by: Francesco... Closes: https://lore.kernel.org/all/[email protected]/ Cc: stable... and remove the Link: Francesco