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

uacce: delete unneeded variable initialization

delete unneeded variable initialization.
Signed-off-by: default avatarKai Ye <yekai13@huawei.com>
Link: https://lore.kernel.org/r/1616749747-3882-1-git-send-email-yekai13@huawei.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1114ab22
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment