Message ID | 20210604031820.137327-1-lijian_8010a29@163.com |
---|---|
State | New |
Headers | show |
Series | video: fbdev: uvesafb: Removed unnecessary 'return' | expand |
diff --git a/drivers/video/fbdev/uvesafb.c b/drivers/video/fbdev/uvesafb.c index 4df6772802d7..28f353da668c 100644 --- a/drivers/video/fbdev/uvesafb.c +++ b/drivers/video/fbdev/uvesafb.c @@ -106,7 +106,6 @@ static void uvesafb_cn_callback(struct cn_msg *msg, struct netlink_skb_parms *ns memcpy(task->buf, utask + 1, task->t.buf_len); complete(task->done); - return; } static int uvesafb_helper_start(void) @@ -748,8 +747,6 @@ static void uvesafb_vbe_getmonspecs(struct uvesafb_ktask *task, fb_add_videomode(&info->monspecs.modedb[i], &info->modelist); } - - return; } static void uvesafb_vbe_getstatesize(struct uvesafb_ktask *task,