diff options
author | Fancy Fang <chen.fang@freescale.com> | 2014-05-14 21:32:57 -0400 |
---|---|---|
committer | Fancy Fang <chen.fang@freescale.com> | 2014-05-14 21:36:41 -0400 |
commit | 9226b11646cef7ae1d00fc9ce6e51e3a802a4ee0 (patch) | |
tree | bd1a1e4a7c6834c8d8056cb60a61b13e31ac1bf4 | |
parent | 188d6d3df49f957e3af24b5ed37962b534d8d9a0 (diff) |
ENGR00313660 PXP: fix a build warning brought in by a previous patch
Fix a build warning brought in by a previous patch in PXP driver.
Signed-off-by: Fancy Fang <chen.fang@freescale.com>
-rw-r--r-- | drivers/dma/pxp/pxp_dma_v2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/pxp/pxp_dma_v2.c b/drivers/dma/pxp/pxp_dma_v2.c index 5335846d572e..034564000377 100644 --- a/drivers/dma/pxp/pxp_dma_v2.c +++ b/drivers/dma/pxp/pxp_dma_v2.c | |||
@@ -709,7 +709,6 @@ static int pxp_set_scaling(struct pxps *pxp) | |||
709 | BF_PXP_PS_SCALE_XSCALE(xscale); | 709 | BF_PXP_PS_SCALE_XSCALE(xscale); |
710 | __raw_writel(s0scale, pxp->base + HW_PXP_PS_SCALE); | 710 | __raw_writel(s0scale, pxp->base + HW_PXP_PS_SCALE); |
711 | 711 | ||
712 | out: | ||
713 | pxp_set_ctrl(pxp); | 712 | pxp_set_ctrl(pxp); |
714 | 713 | ||
715 | return ret; | 714 | return ret; |