summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-06-04 15:57:00 -0700
committerAmit Pundir <amit.pundir@linaro.org>2018-06-11 16:01:20 +0530
commit0abfb5efed78fe303b7e985a15ccb561a290e7c3 (patch)
treeef5dd0b639f011410c2a6e12ccf600f7376e5d00 /drivers/platform
parent8b7035db50a468a22aa28df7f7d40de1545ec858 (diff)
goldfish: pipe: ANDROID: remove redundant blank lines
Bug: 72717639 Change-Id: I951c34c7247c764ccd40a3e62680909b76403c4c Signed-off-by: Roman Kiryanov <rkir@google.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/goldfish/goldfish_pipe_v2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe_v2.c b/drivers/platform/goldfish/goldfish_pipe_v2.c
index 543b5a083363..ad586866e403 100644
--- a/drivers/platform/goldfish/goldfish_pipe_v2.c
+++ b/drivers/platform/goldfish/goldfish_pipe_v2.c
@@ -993,7 +993,6 @@ static int goldfish_dma_mmap_locked(
dma->phys_begin >> PAGE_SHIFT,
sz_requested,
vma->vm_page_prot);
-
if (status < 0) {
dev_err(pdev_dev, "Cannot remap pfn range....\n");
return -EAGAIN;
@@ -1022,7 +1021,6 @@ static int goldfish_dma_mmap(struct file *filp, struct vm_area_struct *vma)
status = goldfish_dma_mmap_locked(pipe, vma);
mutex_unlock(&pipe->lock);
return status;
-
}
static int goldfish_pipe_dma_create_region(