diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-11 00:20:45 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-11 00:20:45 +0000 |
commit | 9734671b950b4037256b73fcdd0f30476ad194d9 (patch) | |
tree | aca9c351c114fb7c85b529774dfcd75e84570f1d | |
parent | 42c8049123d6dc3a57981cfada3e4d61dadb069f (diff) |
Remove usless initialization.
-rw-r--r-- | drivers/video/newport_con.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/newport_con.c b/drivers/video/newport_con.c index 7c3adffa2..eae607efb 100644 --- a/drivers/video/newport_con.c +++ b/drivers/video/newport_con.c @@ -466,7 +466,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 = 0; + unsigned short chattr; logo_active = 0; /* it's time to disable the logo now.. */ |