diff options
-rw-r--r-- | drivers/net/usb/rndis_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/rndis_host.c b/drivers/net/usb/rndis_host.c index 96ef6a9b3113..42b161c94618 100644 --- a/drivers/net/usb/rndis_host.c +++ b/drivers/net/usb/rndis_host.c | |||
@@ -577,7 +577,7 @@ static void rndis_unbind(struct usbnet *dev, struct usb_interface *intf) | |||
577 | struct rndis_halt *halt; | 577 | struct rndis_halt *halt; |
578 | 578 | ||
579 | /* try to clear any rndis state/activity (no i/o from stack!) */ | 579 | /* try to clear any rndis state/activity (no i/o from stack!) */ |
580 | halt = kzalloc(sizeof *halt, GFP_KERNEL); | 580 | halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); |
581 | if (halt) { | 581 | if (halt) { |
582 | halt->msg_type = RNDIS_MSG_HALT; | 582 | halt->msg_type = RNDIS_MSG_HALT; |
583 | halt->msg_len = ccpu2(sizeof *halt); | 583 | halt->msg_len = ccpu2(sizeof *halt); |