From: Imre Deak Date: Tue, 29 Nov 2011 10:21:28 +0000 (+0200) Subject: gfx: pvr: reduce loglevel of 'fw state not available' msg X-Git-Tag: 2.1b_release~483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f830bb9e08f009c7cf8c0d61ad616f0f33cfa38c;p=kernel%2Fkernel-mfld-blackbay.git gfx: pvr: reduce loglevel of 'fw state not available' msg This isn't an error, but an indication that user space wasn't built to provide this information. Signed-off-by: Imre Deak Signed-off-by: Kirill A. Shutemov --- diff --git a/drivers/staging/mrst/pvr/pvr_debug_core.c b/drivers/staging/mrst/pvr/pvr_debug_core.c index 6914901..7a4960a 100644 --- a/drivers/staging/mrst/pvr/pvr_debug_core.c +++ b/drivers/staging/mrst/pvr/pvr_debug_core.c @@ -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;