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 bec7368 commit 021e111Copy full SHA for 021e111
drivers/video/fbdev/efifb.c
@@ -275,7 +275,7 @@ static const struct fb_ops efifb_ops = {
275
.fb_setcolreg = efifb_setcolreg,
276
};
277
278
-static int efifb_setup(struct screen_info *si, char *options)
+static void efifb_setup(struct screen_info *si, char *options)
279
{
280
char *this_opt;
281
@@ -299,8 +299,6 @@ static int efifb_setup(struct screen_info *si, char *options)
299
use_bgrt = false;
300
}
301
302
-
303
- return 0;
304
305
306
static inline bool fb_base_is_valid(struct screen_info *si)
0 commit comments