diff options
author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-04-14 05:18:42 +0000 |
---|---|---|
committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2017-04-14 05:18:42 +0000 |
commit | 7737abe4f2505109d31f82df06badb0d62c8d507 (patch) | |
tree | a86c496d73b8e51ea53f067600d5574a4dad236e /sys | |
parent | d716cde795f33aae52831f08eadf9db40b8fd75c (diff) |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/hyperv/input/hv_kbdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hyperv/input/hv_kbdc.c b/sys/dev/hyperv/input/hv_kbdc.c index 73ede567f8998..c9b0a59e03dcd 100644 --- a/sys/dev/hyperv/input/hv_kbdc.c +++ b/sys/dev/hyperv/input/hv_kbdc.c @@ -298,7 +298,6 @@ hv_kbd_read_channel(struct vmbus_channel *channel, void *context) int ret = 0; hv_kbd_sc *sc = (hv_kbd_sc*)context; - channel = vmbus_get_channel(sc->dev); buf = sc->buf; buflen = sc->buflen; for (;;) { |