On 2/2/22 10:03, Marek Vasut wrote:
On 2/2/22 09:58, Alexander Stein wrote:
Am Mittwoch, 2. Februar 2022, 09:29:20 CET schrieb Marek Vasut:
On 2/2/22 09:17, Alexander Stein wrote:
Use the dev_err_probe() helper, instead of open-coding the same
operation. This also adds a nice hint in
/sys/kernel/debug/devices_deferred.
Reviewed-by: Marek Vasut <marex@xxxxxxx>
Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
---
drivers/gpu/drm/mxsfb/mxsfb_drv.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
V2: ... what changed ... ?
(probably nothing, since the patch still looks fine)
I put the changelog into cover letter (0/2). Content hasn't changed, I
just
added your Reviewed-by.
I missed it in the cover letter, got it.
Applied to drm-misc/drm-misc-next , thanks.