From: Rebecca Schultz Zavin Date: Thu, 15 Nov 2012 18:34:45 +0000 (-0800) Subject: gpu: ion: Fix bug where MAP ioctl was no longer supported X-Git-Tag: firefly_0821_release~4090^2~627 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29ec2f78e83e60d2e3b19bac90bc6ba3e304b544;p=firefly-linux-kernel-4.4.55.git gpu: ion: Fix bug where MAP ioctl was no longer supported Change-Id: Idbe628ed7dbd6a14469194120b94934d6e99d367 Signed-off-by: Rebecca Schultz Zavin --- diff --git a/drivers/gpu/ion/ion.c b/drivers/gpu/ion/ion.c index 2465085c8767..3384a099cd08 100644 --- a/drivers/gpu/ion/ion.c +++ b/drivers/gpu/ion/ion.c @@ -1086,6 +1086,7 @@ static long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) break; } case ION_IOC_SHARE: + case ION_IOC_MAP: { struct ion_fd_data data;