We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820845c commit 0f168e7Copy full SHA for 0f168e7
drivers/video/fbdev/core/fbcon.c
@@ -953,13 +953,13 @@ static const char *fbcon_startup(void)
953
int rows, cols;
954
955
/*
956
- * If num_registered_fb is zero, this is a call for the dummy part.
+ * If fbcon_num_registered_fb is zero, this is a call for the dummy part.
957
* The frame buffer devices weren't initialized yet.
958
*/
959
if (!fbcon_num_registered_fb || info_idx == -1)
960
return display_desc;
961
962
- * Instead of blindly using registered_fb[0], we use info_idx, set by
+ * Instead of blindly using fbcon_registered_fb[0], we use info_idx, set by
963
* fbcon_fb_registered();
964
965
info = fbcon_registered_fb[info_idx];
0 commit comments