]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: r8188eu: cleanup by using "len" consistently
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 4 Apr 2014 21:18:55 +0000 (00:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 23:44:52 +0000 (19:44 -0400)
commitd985a5840dd3abe7297721d5169ee3889a10089a
tree84a063226421af869192b96b3ab6843bc0d11e62
parent472603137a81918d2ef2b06d9dd557544810539b
staging: r8188eu: cleanup by using "len" consistently

"*(p + 1)" and "len" are the same thing.  For reviewers who don't know
that, then this code is worrying because we cap "len", but pass
"*(p + 1)" to memcpy().

I have changed the code to use "len" throughout.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c