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

Commit 634680fa 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: Use the proper device when freeing IRQs" into msm-4.9

parents ef698e71 cec5e210
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1438,7 +1438,7 @@ void gmu_remove(struct kgsl_device *device)

	if (hfi->hfi_interrupt_num) {
		devm_free_irq(&gmu->pdev->dev,
				hfi->hfi_interrupt_num, gmu);
				hfi->hfi_interrupt_num, hfi);
		hfi->hfi_interrupt_num = 0;
	}