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

Commit d78aa729 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent fce50ac8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;