--- v11
+++ v7
@@ -25,10 +25,10 @@
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c
-index ef50c264db71..2a5901efecde 100644
+index 7ed2a21a0bac..635a8bc1b480 100644
--- a/drivers/platform/goldfish/goldfish_pipe.c
+++ b/drivers/platform/goldfish/goldfish_pipe.c
-@@ -274,7 +274,7 @@ static int goldfish_pin_pages(unsigned long first_page,
+@@ -274,7 +274,7 @@ static int pin_goldfish_pages(unsigned long first_page,
*iter_last_page_size = last_page_size;
}
@@ -37,7 +37,7 @@
!is_write ? FOLL_WRITE : 0,
pages);
if (ret <= 0)
-@@ -285,18 +285,6 @@ static int goldfish_pin_pages(unsigned long first_page,
+@@ -285,18 +285,6 @@ static int pin_goldfish_pages(unsigned long first_page,
return ret;
}
@@ -67,5 +67,5 @@
mutex_unlock(&pipe->lock);
return 0;
--
-2.24.1
+2.24.0