提交 7b0a95f8 编写于 作者: A Aaro Koskinen 提交者: Greg Kroah-Hartman

staging: xgifb: XGIfb_setup(): delete redundant assignment

The global data is already initialized to zero.
Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 79bea04c
...@@ -1937,8 +1937,6 @@ static int __init XGIfb_setup(char *options) ...@@ -1937,8 +1937,6 @@ static int __init XGIfb_setup(char *options)
{ {
char *this_opt; char *this_opt;
xgi_video_info.refresh_rate = 0;
if (!options || !*options) if (!options || !*options)
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册