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

Commit 77b806f7 authored by Patrick Daly's avatar Patrick Daly
Browse files

ion: Remove "FIXME" comment



compat ioctl manages differences between the size of 'unsigned long'
between 32bit and 64bit userspace/kernel.

Change-Id: Ia9030bcb6b404b080cb8bebb91ca7bf03c5f3e05
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 66e96d08
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -174,7 +174,6 @@ struct ion_prefetch_regions {
struct ion_prefetch_data {
	int heap_id;
	unsigned long len;
	/* Is unsigned long bad? 32bit compiler vs 64 bit compiler*/
	struct ion_prefetch_regions __user *regions;
	unsigned int nr_regions;
};