Re: linux-next: build failure after merge of the fbdev tree

From: Helge Deller

Date: Sat Aug 15 2026 - 04:45:03 EST


On 8/14/26 18:12, Mark Brown wrote:
After merging the fbdev tree, today's linux-next build (x86_64
allmodconfig) failed like this:

/tmp/next/build/drivers/video/fbdev/aty/aty128fb.c:2027:6: error:
variable 'info' is used uninitialized whenever 'if' condition is true
[-Werror,-Wsometimes-uninitialized]
2027 | if (!pcim_request_region(pdev, 2, "aty128fb MMIO")) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
....
Caused by commit

99c188b02c281 (fbdev: aty128fb: Convert to managed PCI and ioremap API)
This is fixed now in the fbdev for-next tree.

Helge