提交 6af7ffc4 编写于 作者: A Antonino A. Daplas 提交者: Linus Torvalds

[PATCH] neofb: Fix uninitialized value

Remove insignificant and unitialized variable "waitcycles" from neo2200_sync.

Coverity Bug 895
Signed-off-by: NAntonino Daplas <adaplas@pol.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 1a4520be
...@@ -486,10 +486,8 @@ static void vgaHWRestore(const struct fb_info *info, ...@@ -486,10 +486,8 @@ static void vgaHWRestore(const struct fb_info *info,
static inline int neo2200_sync(struct fb_info *info) static inline int neo2200_sync(struct fb_info *info)
{ {
struct neofb_par *par = info->par; struct neofb_par *par = info->par;
int waitcycles;
while (readl(&par->neo2200->bltStat) & 1) while (readl(&par->neo2200->bltStat) & 1);
waitcycles++;
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册