Re:Re: [PATCH] counter: rz-mtu3-cnt: check clk_prepare_enable() return value
李佑鸿 <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-iio |
|---|---|
| Message-ID | <[email protected]> |
At 2026-08-28 17:24:54, "Vidhu Sarwal" <[email protected]> wrote: >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 Thanks for the review. I'll add a Fixes: tag and send a v2. Thanks, Li Youhong