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