hyperv/kbd: Remove unnecessary assignment.
Reported by: PVS MFC after: 3 days Sponsored by: Microsoft
This commit is contained in:
parent
5e198ef69f
commit
12926ed8ea
@ -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 (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user