2cf9e30b6e
vt_fb_attach() currently always returns 0, but it could return a code defined in errno.h. However, it doesn't return a CN_* code. So checking its return value against CN_DEAD (which is 0) is incorrect, and in this case, a success becomes a failure. The consequence was unimportant, because the caller (drm_fb_helper.c) would only log an error message in this case. The console would still work. Approved by: nwhitehorn |
||
---|---|---|
.. | ||
boot_font.c | ||
creator_vt.c | ||
creator.c | ||
creatorreg.h | ||
fb_if.m | ||
fb.c | ||
fbd.c | ||
fbreg.h | ||
gallant12x22.c | ||
gfb.h | ||
machfb.c | ||
machfbreg.h | ||
s3_pci.c | ||
splash_bmp.c | ||
splash_pcx.c | ||
splash_txt.c | ||
splash.c | ||
splashreg.h | ||
vesa.c | ||
vesa.h | ||
vga.c | ||
vgareg.h |