When formuating the patches that converted the GET_XXX macros that read RX and TX descriptor values, I made all of them return "int" values, Unfortunately, the resulting inline routines must return unsigned values when all 32-bits are returned as these entities are frequently addresses. Although I have submitted fixes for several drivers, only 3 are affected as the problem caused failures that led me to the problem. Fortunately, none of these faulty changes will reach mainline until 5.4, thus most users will not be affected until 5.4-rc1. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Larry Finger (3): rtlwifi: rtl8821ae: Fix incorrect returned values rtlwifi: rtl8188ee: Fix incorrect returned values rtlwifi: rtl8192ce: Fix incorrect returned values drivers/net/wireless/realtek/rtlwifi/rtl8188ee/trx.h | 14 +++++++------- drivers/net/wireless/realtek/rtlwifi/rtl8192ce/trx.h | 6 +++--- drivers/net/wireless/realtek/rtlwifi/rtl8821ae/trx.h | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) -- 2.16.4