gfx: pvr: reduce loglevel of 'fw state not available' msg
authorImre Deak <imre.deak@intel.com>
Tue, 29 Nov 2011 10:21:28 +0000 (12:21 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:28:43 +0000 (12:28 +0300)
This isn't an error, but an indication that user space wasn't built to
provide this information.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/pvr/pvr_debug_core.c

index 6914901..7a4960a 100644 (file)
@@ -82,7 +82,7 @@ void sgx_dump_fw_state(PVRSRV_DEVICE_NODE *dev_node)
                return;
 
        if (sgx_save_fw_state(dev_node, state) < 0) {
-               pr_err("pvr: fw state not available\n");
+               pr_info("pvr: fw state not available\n");
                vfree(state);
 
                return;