diff --git a/[refs] b/[refs] index 77177be0ff99..9259f26619e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fce50ac80e38b1d205939ff7d4777536701263a6 +refs/heads/master: d78aa7292ad38b22ccb9cdba99293cedb52fb342 diff --git a/trunk/drivers/staging/lirc/lirc_zilog.c b/trunk/drivers/staging/lirc/lirc_zilog.c index f0076eb025f1..52be6de042ad 100644 --- a/trunk/drivers/staging/lirc/lirc_zilog.c +++ b/trunk/drivers/staging/lirc/lirc_zilog.c @@ -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;