Re: [PATCH] staging: rtl8712: avoid a useless call to memset().
From: Dan Carpenter <hidden>
Date: 2012-12-05 07:12:24
Also in:
lkml
From: Dan Carpenter <hidden>
Date: 2012-12-05 07:12:24
Also in:
lkml
On Wed, Dec 05, 2012 at 02:22:02AM +0100, Cyril Roelandt wrote:
In r8711_wx_get_wap(), make sure we do not call memcpy() on a memory area that has just been zeroed by a call to memset().
I look at it like the original code is fine. Your version is also fine but is it worth the churn? Also the curly braces are not needed. regards, dan carpenter