From: Dan Carpenter Date: Fri, 4 Apr 2014 21:18:55 +0000 (+0300) Subject: staging: r8188eu: cleanup by using "len" consistently X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d985a5840dd3abe7297721d5169ee3889a10089a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed