staging: xgifb: XGIfb_setup(): delete redundant assignment
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 29 Aug 2011 20:14:22 +0000 (23:14 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 18:41:21 +0000 (11:41 -0700)
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>
drivers/staging/xgifb/XGI_main_26.c

index 2a5227290bfb07b0eb6c8d7a47a2a705ed29993f..2e930257fdf0096683e775a7abd76aaacbed3d2f 100644 (file)
@@ -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;
 
This page took 0.026268 seconds and 5 git commands to generate.