Skip to content

Commit

Permalink
staging: xgifb: XGIfb_setup(): delete redundant assignment
Browse files Browse the repository at this point in the history
The global data is already initialized to zero.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 79bea04 commit 7b0a95f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7b0a95f

Please sign in to comment.