mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 08:04:24 -04:00
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: Miguel Gómez <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d56b4c3dff
commit
96cd1f8b41
@@ -30,9 +30,7 @@ static unsigned int refresh_rate;
|
||||
|
||||
/* -------------------- Macro definitions ---------------------------- */
|
||||
|
||||
#undef XGIFBDEBUG
|
||||
|
||||
#ifdef XGIFBDEBUG
|
||||
#ifdef DEBUG
|
||||
static void dumpVGAReg(void)
|
||||
{
|
||||
u8 i, reg;
|
||||
|
||||
Reference in New Issue
Block a user