mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
[media] lirc_zilog: Fix a warning
drivers/staging/lirc/lirc_zilog.c: In function ‘send_code’: drivers/staging/lirc/lirc_zilog.c:886:1: warning: label ‘done’ defined but not used Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
fce50ac80e
commit
d78aa7292a
@ -883,7 +883,6 @@ static int send_code(struct IR *ir, unsigned int code, unsigned int key)
|
||||
return -EFAULT;
|
||||
}
|
||||
|
||||
done:
|
||||
/* Oh good, it worked */
|
||||
dprintk("sent code %u, key %u\n", code, key);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user