Re: [PATCH 03/37] staging:r8188eu: remove skb cloning after netdev_alloc_skb fail

2016-10-20 Thread Dan Carpenter
On Wed, Oct 19, 2016 at 10:07:31PM +0700, Ivan Safonov wrote: > In accordance with the KISS principle. > The changelog is not complete enough. Some people are going to read only the subject, but other people are only going to read the body of the changelog. They can be far apart depending on

[PATCH 03/37] staging:r8188eu: remove skb cloning after netdev_alloc_skb fail

2016-10-19 Thread Ivan Safonov
In accordance with the KISS principle. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c