changeset 299:3d0f510f0420

l1p_cmpl.c: l1ps_read_single() reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Oct 2017 06:44:23 +0000
parents 38ece3f48a66
children b9d1ec19876c
files chipsetsw/layer1/p_cfile/l1p_cmpl.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 06:38:38 2017 +0000
+++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 06:44:23 2017 +0000
@@ -1346,9 +1346,8 @@
 	if(l1ps.read_param.allocated_tbf == SINGLE_BLOCK_DL)
     {
        UWORD32   pm;
-       pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[0] & 0xffff);
+       pm = (l1ps_dsp_com.pdsp_db_r_ptr->a_burst_pm_gprs[0] & 0xffff) >> 5;
        l1_check_pm_error(pm,task);
-       pm = pm >> 5;
     }