Commit f20b2c2a authored by Kai Ye's avatar Kai Ye Committed by Greg Kroah-Hartman
Browse files

uacce: delete unneeded variable initialization

parent 1114ab22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ static int uacce_fops_open(struct inode *inode, struct file *filep)
{
	struct uacce_device *uacce;
	struct uacce_queue *q;
	int ret = 0;
	int ret;

	uacce = xa_load(&uacce_xa, iminor(inode));
	if (!uacce)