Re: [PATCH] counter: rz-mtu3-cnt: check clk_prepare_enable() return value
Vidhu Sarwal <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-iio |
|---|---|
| Message-ID | <CAFqz8L+TjFmnKpJtChJA6c3O0TJv_O=A9Lb5bdzbVQTeFHg8BA@mail.gmail.com> |
On Fri, Aug 28, 2026 at 12:46 PM Li Youhong <[email protected]> wrote: > > From: Li Youhong <[email protected]> > > The driver ignored clk_prepare_enable() failures during probe and > runtime resume. Propagate the error so probe does not continue with > the clock disabled and resume does not report success falsely. > > Signed-off-by: Li Youhong <[email protected]> > --- This is a bug fix, so I think it should carry a Fixes: tag. Both call sites look like they date back to the original driver. Thanks, Vidhu