[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DG8H5N4CKTEO.JV3DLG7GUDZQ@gmail.com>
Date: Fri, 06 Feb 2026 23:19:25 -0600
From: "Ethan Tidmore" <ethantidmore06@...il.com>
To: "Zeeshan Ahmad" <zeeshanahmad022019@...il.com>, "Parthiban Veerasooran"
<parthiban.veerasooran@...rochip.com>, "Christian Gromm"
<christian.gromm@...rochip.com>, "Greg Kroah-Hartman"
<gregkh@...uxfoundation.org>
Cc: "Dan Carpenter" <dan.carpenter@...aro.org>, "Ethan Tidmore"
<ethantidmore06@...il.com>, <linux-staging@...ts.linux.dev>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3] staging: most: dim2: convert pr_info/err/warn to
dev_info/err/warn
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@...il.com>
> ---
> 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@...il.com>
Thanks,
ET
Powered by blists - more mailing lists