Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33467f9a authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

goldfish: pipe: ANDROID: remove redundant blank lines



Bug: 72717639
Change-Id: I951c34c7247c764ccd40a3e62680909b76403c4c
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
parent f13f3745
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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(