summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-07-04 05:55:25 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-07-04 05:55:25 +0000
commit27af811caed7ddbdfae4f3109bb40caee6e77bc9 (patch)
treeb7e7a91bc2cef95d26b10b84363361b324bf2c1c /drivers/video
parent6400754b0366904624afafbd10306198ff0c3836 (diff)
Various minor type fixes.
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/newport_con.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/newport_con.c b/drivers/video/newport_con.c
index 3d461df5d..f1c67a43d 100644
--- a/drivers/video/newport_con.c
+++ b/drivers/video/newport_con.c
@@ -467,7 +467,7 @@ static int newport_scroll(struct vc_data *vc, int t, int b, int dir, int lines)
{
int count,x,y;
unsigned short *s, *d;
- unsigned short chattr;
+ unsigned short chattr = 0;
logo_active = 0; /* it's time to disable the logo now.. */