1
0
Fork 0
alistair23-linux/drivers/staging/rtl8188eu/core
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
..
rtw_ap.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_cmd.c staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failure 2016-03-28 07:30:36 -07:00
rtw_debug.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_efuse.c Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." 2016-06-17 11:21:45 -07:00
rtw_ieee80211.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_ioctl_set.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_iol.c Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters 2016-02-20 15:06:51 -08:00
rtw_led.c staging: rtl8188eu: core/rtw_led.c: fix coding style issue 2015-06-08 13:45:30 -07:00
rtw_mlme.c staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failure 2016-03-28 07:30:36 -07:00
rtw_mlme_ext.c staging: rtl8188eu: remove return at end of void function call 2016-03-28 07:30:36 -07:00
rtw_pwrctrl.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_recv.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_rf.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_security.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_sreset.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_sta_mgt.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_wlan_util.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00
rtw_xmit.c staging: rtl8188eu: Remove license paragraph with mailing address 2016-03-28 07:30:36 -07:00