linux-stable/drivers/staging/rtl8188eu
Hans de Goede bc8201e3e1 Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type."
This reverts commit b5e12ec383 ("Staging: rtl8188eu: rtw_efuse: Use
sizeof type *pointer instead of sizeof type.").

This commit is wrong, the rtw_malloc2d helper function takes the size of
the array elements as its 3th argument, whereas sizeof(*eFuseWord)
gives the size of a pointer instead of the size of a u16.

Since sizeof(void *) > sizeof(u16) this has no adverse effects, but it
is still wrong.

Cc: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-06-17 11:21:45 -07:00
..
core Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." 2016-06-17 11:21:45 -07:00
hal Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)" 2016-06-17 11:21:45 -07:00
include staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
os_dep Staging and IIO driver update for 4.7-rc1 2016-05-20 22:20:48 -07:00
Kconfig staging: rtl8188eu: Fix build error when CFG80211 is not selected 2015-09-29 04:27:22 +02:00
Makefile staging: rtl8188eu: provide an absolute path to include folder 2016-02-07 19:00:46 -08:00
TODO staging: rtl8*: fix my email address up 2016-02-11 19:33:46 -08:00