Re: [patch] staging: r8188eu: copying one byte too much

2013-08-31 Thread Larry Finger
On 08/29/2013 04:47 PM, Dan Carpenter wrote: There is a copy and paste bug here so we copy 4 bytes instead of 3. Signed-off-by: Dan Carpenter diff --git a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c index a43fc88..013ea48 100644 --- a/driver

[patch] staging: r8188eu: copying one byte too much

2013-08-29 Thread Dan Carpenter
There is a copy and paste bug here so we copy 4 bytes instead of 3. Signed-off-by: Dan Carpenter diff --git a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c index a43fc88..013ea48 100644 --- a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c +++ b/