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;
|
int ret = 0;
|
||||||
|
|
||||||
hv_kbd_sc *sc = (hv_kbd_sc*)context;
|
hv_kbd_sc *sc = (hv_kbd_sc*)context;
|
||||||
channel = vmbus_get_channel(sc->dev);
|
|
||||||
buf = sc->buf;
|
buf = sc->buf;
|
||||||
buflen = sc->buflen;
|
buflen = sc->buflen;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user