2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/drivers/staging/rtl8188eu
Dan Carpenter d985a5840d 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>
2014-05-03 19:44:52 -04:00
..
core staging: r8188eu: cleanup by using "len" consistently 2014-05-03 19:44:52 -04:00
hal staging: rtl8188eu: refactor led related structures. 2014-04-25 15:59:51 -07:00
include staging: rtl8188eu: Remove unused enum LED_CTL_MODE members. 2014-04-25 15:59:51 -07:00
os_dep Merge 3.15-rc2 into staging-next 2014-04-22 10:08:40 -07:00
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2014-04-02 16:23:38 -07:00
Makefile staging: r8188eu: Remove dead file 2014-02-11 12:41:14 -08:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00