Re: [PATCH v3] staging: most: dim2: convert pr_info/err/warn to dev_info/err/warn

From: Ethan Tidmore

Date: Sat Feb 07 2026 - 00:19:36 EST


On Fri Feb 6, 2026 at 8:34 PM CST, Zeeshan Ahmad wrote:
> The dim2 driver currently uses generic pr_* logging macros. Hardware
> drivers should use the device-specific dev_* logging macros to provide
> better context in the system logs, especially in systems with multiple
> controller instances.
>
> This patch converts all applicable logging calls in dim2.c to use the
> proper device-specific APIs.
>
> Signed-off-by: Zeeshan Ahmad <zeeshanahmad022019@xxxxxxxxx>
> ---
> v3:
> - Removed "staging-next" and redundant "[PATCH]" from the subject line.
> - Shortened commit message lines to stay under 75 characters.
> - Added this changelog below the "---" as suggested by Ethan Tidmore.
> - Cleaned up temporary submission notes from the permanent commit body.
> v2:
> - Rebased against the staging-next branch.
> - Fixed CC list to include relevant maintainers.
>

LGTM.

Reviewed-by: Ethan Tidmore <ethantidmore06@xxxxxxxxx>

Thanks,

ET