Re: [PATCH v2 1/3] staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_get
From: Andrew Lunn
Date: Mon Feb 23 2026 - 19:28:03 EST
On Mon, Feb 23, 2026 at 10:05:01PM +0000, Artem Lytkin wrote:
> devm_clk_get() never returns NULL, so IS_ERR_OR_NULL() checks are
> unnecessary. Replace them with IS_ERR() for both the "mlb" and
> "pll8_mlb" clock lookups in fsl_mx6_enable().
Looks like you have some other patches mixed in here.
Andrew
---
pw-bot: cr