Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b0a95f8 authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Greg Kroah-Hartman
Browse files

staging: xgifb: XGIfb_setup(): delete redundant assignment



The global data is already initialized to zero.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 79bea04c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1937,8 +1937,6 @@ static int __init XGIfb_setup(char *options)
{
	char *this_opt;

	xgi_video_info.refresh_rate = 0;

	if (!options || !*options)
		return 0;