projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bea04
)
staging: xgifb: XGIfb_setup(): delete redundant assignment
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Mon, 29 Aug 2011 20:14:22 +0000
(23:14 +0300)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/xgifb/XGI_main_26.c
b/drivers/staging/xgifb/XGI_main_26.c
index 2a5227290bfb07b0eb6c8d7a47a2a705ed29993f..2e930257fdf0096683e775a7abd76aaacbed3d2f 100644
(file)
--- a/
drivers/staging/xgifb/XGI_main_26.c
+++ b/
drivers/staging/xgifb/XGI_main_26.c
@@
-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;