Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96cd1f8b authored by Miguel Gómez's avatar Miguel Gómez Committed by Greg Kroah-Hartman
Browse files

Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode.



Define real content of dumpVGAReg() only in debug mode. Remove old condition.

Signed-off-by: default avatarMiguel Gómez <magomez@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d56b4c3d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -30,9 +30,7 @@ static unsigned int refresh_rate;

/* -------------------- Macro definitions ---------------------------- */

#undef XGIFBDEBUG

#ifdef XGIFBDEBUG
#ifdef DEBUG
static void dumpVGAReg(void)
{
	u8 i, reg;