summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2011-02-21 07:55:28 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2011-02-21 07:55:28 +0000
commit8bc9dac2d41c48fe6bad2aa64c9127f6e7f6239e (patch)
tree96e75fd06ad2034677347cdae78045879253e7a5 /sys/arch/sparc64/dev
parentf790294098b7ae0f149597c86bfeb5e4ed9ef53c (diff)
Remove redundant statement to keep this in line with radeonfb(4).
ok miod@
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/machfb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/machfb.c b/sys/arch/sparc64/dev/machfb.c
index c27fd99041f..d7dad230e44 100644
--- a/sys/arch/sparc64/dev/machfb.c
+++ b/sys/arch/sparc64/dev/machfb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machfb.c,v 1.6 2009/09/05 14:09:35 miod Exp $ */
+/* $OpenBSD: machfb.c,v 1.7 2011/02/21 07:55:27 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis.
@@ -342,7 +342,6 @@ machfb_ioctl(void *v, u_long cmd, caddr_t data, int flags, struct proc *p)
fbwscons_setcolormap(&sc->sc_sunfb, machfb_setcolor);
/* Clear screen. */
- ri = &sc->sc_sunfb.sf_ro;
machfb_fillrect(sc, 0, 0, ri->ri_width, ri->ri_height,
ri->ri_devcmap[WSCOL_WHITE]);
}