summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-06-04 15:57:00 -0700
committerRoman Kiryanov <rkir@google.com>2018-06-04 18:30:10 -0700
commit33467f9a0952ebfee1faf3aba9fdef8b42b9d5c5 (patch)
treee8b020264984163706b9ae9cca19e9944b7792a7
parentf13f3745ee42fe690986bbca0bdda46711e10ac9 (diff)
goldfish: pipe: ANDROID: remove redundant blank lines
Bug: 72717639 Change-Id: I951c34c7247c764ccd40a3e62680909b76403c4c Signed-off-by: Roman Kiryanov <rkir@google.com>
-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 90bac4b055a3..7a53b6b4072d 100644
--- a/drivers/platform/goldfish/goldfish_pipe_v2.c
+++ b/drivers/platform/goldfish/goldfish_pipe_v2.c
@@ -996,7 +996,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;
@@ -1025,7 +1024,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(