[PATCH] video: fbdev: uvesafb: Removed unnecessary 'return'

From: lijian_8010a29
Date: Thu Jun 03 2021 - 23:19:32 EST


From: lijian <lijian@xxxxxxxxxx>

Removed unnecessary 'return' in void function uvesafb_vbe_getmonspecs()
and uvesafb_cn_callback().

Signed-off-by: lijian <lijian@xxxxxxxxxx>
---
drivers/video/fbdev/uvesafb.c | 3 ---
1 file changed, 3 deletions(-)

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,
--
2.25.1