summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2018-05-06 18:18:54 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-08 13:34:39 +0200
commit8a95c13224f9be12a71794e17862bb1410334108 (patch)
treef6bea8377baf33e7d85cc6529530c2cd5efc5338 /drivers/staging/android
parent5f61043022eb2a3cf336809b0833f147920af934 (diff)
downloadlinux-8a95c13224f9be12a71794e17862bb1410334108.tar.bz2
staging: android: ion: Remove unnecessary blank line
Fixes a checkpatch.pl warning. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Acked-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/ion/ion.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c
index 269a431646be..d10b60fe4a29 100644
--- a/drivers/staging/android/ion/ion.c
+++ b/drivers/staging/android/ion/ion.c
@@ -95,7 +95,6 @@ static struct ion_buffer *ion_buffer_create(struct ion_heap *heap,
goto err1;
}
-
INIT_LIST_HEAD(&buffer->attachments);
mutex_init(&buffer->lock);
mutex_lock(&dev->buffer_lock);