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

Commit d3394d4f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: devices: uci: release lock as last step"

parents a34a63d8 d56dbe31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -191,10 +191,10 @@ static int mhi_uci_release(struct inode *inode, struct file *file)
		}
	}

	mutex_unlock(&uci_dev->mutex);

	MSG_LOG("exit: ref_count:%d\n", uci_dev->ref_count);

	mutex_unlock(&uci_dev->mutex);

	return 0;
}