• David Brownell's avatar
    [PATCH] USB: fix kfree in usb-skeleton.c · 8aaedfaa
    David Brownell authored
    >>	if (dev->bulk_in_buffer != NULL)
    >>		kfree (dev->bulk_in_buffer);
    >
    >
    > Yes that one check can go away.  Care to send me a patch?
    
    Actually all those checks should go away ...
    8aaedfaa
buffer.c 2.89 KB