All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: fbdev: nvidia: Remove extra return
@ 2019-07-10 18:03 ` Souptick Joarder
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-07-10 17:58 UTC (permalink / raw)
  To: adaplas, b.zolnierkie
  Cc: linux-fbdev, dri-devel, linux-kernel, sabyasachi.linux, Souptick Joarder

Minor cleanup to remove extra return statement.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 drivers/video/fbdev/nvidia/nv_backlight.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/video/fbdev/nvidia/nv_backlight.c b/drivers/video/fbdev/nvidia/nv_backlight.c
index e705a78..2ce5352 100644
--- a/drivers/video/fbdev/nvidia/nv_backlight.c
+++ b/drivers/video/fbdev/nvidia/nv_backlight.c
@@ -123,8 +123,6 @@ void nvidia_bl_init(struct nvidia_par *par)
 
 	printk("nvidia: Backlight initialized (%s)\n", name);
 
-	return;
-
 error:
 	return;
 }
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-23 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 17:58 [PATCH] video: fbdev: nvidia: Remove extra return Souptick Joarder
2019-07-10 18:03 ` Souptick Joarder
2019-07-22  8:26 ` Souptick Joarder
2019-07-22  8:38   ` Souptick Joarder
2019-07-23 15:36   ` Bartlomiej Zolnierkiewicz
2019-07-23 15:36     ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.