Re: [PATCH 04/04] fbdev: maxine: fix maxinefb_init() return value
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Maciej