gfx: pvr: reduce verbosity of debug messages
authorImre Deak <imre.deak@intel.com>
Tue, 8 Nov 2011 16:18:59 +0000 (18:18 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:28:34 +0000 (12:28 +0300)
Not much use in these messages, removing them reduces trashing on the
console.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/pvr/services4/srvkm/devices/sgx/sgxinit.c
drivers/staging/mrst/pvr/services4/system/unified/sysconfig.c

index c031f9a..587c601 100644 (file)
@@ -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 
 
index d340132..79f2439 100644 (file)
@@ -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;
 }