Andrei Epure <epure.and...@gmail.com> writes:

> Signed-off-by: Andrei Epure <epure.and...@gmail.com>
> ---
>  drivers/net/wireless/ath/ath6kl/usb.c |    4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath6kl/usb.c 
> b/drivers/net/wireless/ath/ath6kl/usb.c
> index 5fcd342..ffa1daa 100644
> --- a/drivers/net/wireless/ath/ath6kl/usb.c
> +++ b/drivers/net/wireless/ath/ath6kl/usb.c
> @@ -856,11 +856,9 @@ static int ath6kl_usb_submit_ctrl_out(struct ath6kl_usb 
> *ar_usb,
>       int ret;
>  
>       if (size > 0) {
> -             buf = kmalloc(size, GFP_KERNEL);
> +             buf = kmemdup(data, size, GFP_KERNEL);
>               if (buf == NULL)
>                       return -ENOMEM;
> -
> -             memcpy(buf, data, size);
>       }

Thanks, applied to ath6kl.git.

-- 
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to