Commit f1ff355a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (11663): Fix a warning introduced by git commit ec5f5bf8

/home/v4l/master/v4l/radio-si470x.c: In function 'si470x_fops_release':
/home/v4l/master/v4l/radio-si470x.c:1218: warning: label 'unlock' defined but not used
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent efe018b3
......@@ -1214,7 +1214,6 @@ static int si470x_fops_release(struct file *file)
usb_autopm_put_interface(radio->intf);
}
unlock:
mutex_unlock(&radio->disconnect_lock);
done:
......
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