Commit 6a386dd0 authored by Maciej Billewicz's avatar Maciej Billewicz Committed by Greg Kroah-Hartman

Staging: android: ion: ion_dummy_driver: remove unnecessary empty line

Fix coding style issue.
Signed-off-by: default avatarMaciej Billewicz <maciej.billewicz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 650cd16b
......@@ -75,7 +75,6 @@ static int __init ion_dummy_init(void)
if (!heaps)
return -ENOMEM;
/* Allocate a dummy carveout heap */
carveout_ptr = alloc_pages_exact(
dummy_heaps[ION_HEAP_TYPE_CARVEOUT].size,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment