From 8e2465d1b9b2c258f3fa12c4c1c93dd3fa70bbab Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Tue, 8 Nov 2011 18:18:59 +0200 Subject: [PATCH] gfx: pvr: reduce verbosity of debug messages Not much use in these messages, removing them reduces trashing on the console. Signed-off-by: Imre Deak Reviewed-by: Pauli Nieminen Signed-off-by: Kirill A. Shutemov --- drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c | 4 ---- drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c b/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c index c031f9a..587c601 100644 --- a/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c +++ b/drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c @@ -2065,8 +2065,6 @@ PVRSRV_ERROR SGXDevInitCompatCheck(PVRSRV_DEVICE_NODE *psDeviceNode) eError = PVRSRV_ERROR_BUILD_MISMATCH; goto chk_exit; - } else { - pr_debug("pvr: user compile options ok\n"); } #if !defined (NO_HARDWARE) @@ -2187,8 +2185,6 @@ PVRSRV_ERROR SGXDevInitCompatCheck(PVRSRV_DEVICE_NODE *psDeviceNode) eError = PVRSRV_ERROR_BUILD_MISMATCH; goto chk_exit; - } else { - pr_debug("pvr: firwmare build options match\n"); } #endif diff --git a/drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c b/drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c index d340132..79f2439 100644 --- a/drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c +++ b/drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c @@ -644,10 +644,6 @@ PVRSRV_ERROR SysFinalise(IMG_VOID) { PVR_DPF((PVR_DBG_ERROR,"SysInitialise: Failed to create a system version string")); } - else - { - PVR_DPF((PVR_DBG_WARNING, "SysFinalise: Version string: %s", gpsSysData->pszVersionString)); - } return eError; } -- 2.7.4