Merge "msm : camera: Fix kw issues in Jpeg"
This commit is contained in:
commit
a60565cb32
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 and
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -261,7 +261,7 @@ static int msm_jpeg_init_dev(struct platform_device *pdev)
|
||||||
goto fail_4;
|
goto fail_4;
|
||||||
}
|
}
|
||||||
|
|
||||||
platform_set_drvdata(pdev, &msm_jpeg_device_p);
|
platform_set_drvdata(pdev, msm_jpeg_device_p);
|
||||||
|
|
||||||
JPEG_DBG("%s %s%d: success\n", __func__, MSM_JPEG_NAME, pdev->id);
|
JPEG_DBG("%s %s%d: success\n", __func__, MSM_JPEG_NAME, pdev->id);
|
||||||
|
|
||||||
|
|
|
@ -1759,7 +1759,7 @@ void msm_jpegdma_hw_put(struct msm_jpegdma_device *dma)
|
||||||
*/
|
*/
|
||||||
static int msm_jpegdma_hw_attach_iommu(struct msm_jpegdma_device *dma)
|
static int msm_jpegdma_hw_attach_iommu(struct msm_jpegdma_device *dma)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret = -EINVAL;
|
||||||
|
|
||||||
mutex_lock(&dma->lock);
|
mutex_lock(&dma->lock);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue