Loading drivers/gpu/ion/msm/msm_ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,7 @@ static long msm_ion_custom_ioctl(struct ion_client *client, sizeof(struct ion_flush_data))) return -EFAULT; if (data.handle >= 0) { if (data.handle > 0) { handle = ion_handle_get_by_id(client, (int)data.handle); if (IS_ERR(handle)) { pr_info("%s: Could not find handle: %d\n", Loading Loading
drivers/gpu/ion/msm/msm_ion.c +1 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,7 @@ static long msm_ion_custom_ioctl(struct ion_client *client, sizeof(struct ion_flush_data))) return -EFAULT; if (data.handle >= 0) { if (data.handle > 0) { handle = ion_handle_get_by_id(client, (int)data.handle); if (IS_ERR(handle)) { pr_info("%s: Could not find handle: %d\n", Loading