Patch "staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-r8188eu-convert-dbg_88e_level-call-in-hal-rt.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit c46f21a5c12d37c0e62b618d91b225d421e38b56
Author: Phillip Potter <phil@xxxxxxxxxxxxxxxx>
Date:   Mon Nov 29 00:20:39 2021 +0000

    staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c
    
    [ Upstream commit 5ec394d58bdba731c2a33645be7018e71f72f287 ]
    
    Convert DBG_88E_LEVEL macro call in hal/rtl8188e_hal_init.c to plain
    dev_dbg call, as although the information is potentially useful, we should
    be exposing it using standard kernel debugging functionality.
    
    Signed-off-by: Phillip Potter <phil@xxxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20211129002041.865-6-phil@xxxxxxxxxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/staging/r8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
index 14758361960c..a677b2049ef3 100644
--- a/drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
+++ b/drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
@@ -573,7 +573,7 @@ static int load_firmware(struct rt_firmware *pFirmware, struct device *device)
 	memcpy(pFirmware->szFwBuffer, fw->data, fw->size);
 	pFirmware->ulFwLength = fw->size;
 	release_firmware(fw);
-	DBG_88E_LEVEL(_drv_info_, "+%s: !bUsedWoWLANFw, FmrmwareLen:%d+\n", __func__, pFirmware->ulFwLength);
+	dev_dbg(device, "!bUsedWoWLANFw, FmrmwareLen:%d+\n", pFirmware->ulFwLength);
 
 Exit:
 	return rtStatus;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux