Re: [PATCH 04/04] fbdev: maxine: fix maxinefb_init() return value
From: Maciej W. Rozycki
Date: Mon Aug 17 2026 - 13:47:06 EST
On Thu, 13 Aug 2026, Randy Dunlap wrote:
> A driver should return a negative error code on failure of its
> module_init() function so that the system recognizes the failure.
> Change the "return 1" to "return -ENODEV".
Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxx>
Maciej