From: Imre Deak Date: Tue, 8 Nov 2011 16:18:59 +0000 (+0200) Subject: gfx: pvr: reduce verbosity of debug messages X-Git-Tag: 2.1b_release~504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e2465d1b9b2c258f3fa12c4c1c93dd3fa70bbab;p=kernel%2Fkernel-mfld-blackbay.git 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 --- 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; }