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

Commit 689f0672 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Fix ref counting error for syncsource object" into msm-4.14

parents 0d47ae15 94b5de38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -736,6 +736,7 @@ long kgsl_ioctl_syncsource_create_fence(struct kgsl_device_private *dev_priv,
			fput(sync_file->file);
		else if (sfence)
			dma_fence_put(&sfence->fence);
		else
			kgsl_syncsource_put(syncsource);
	}