mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
staging: rtl8723bs: macro DRIVER_PREFIX expands to lowercase driver name
macro DRIVER_PREFIX expands to lowercase driver name. Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/c986e9a3c9b2f73cb784bd5dc7c877eb9a669c89.1619254603.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5a155c08c0
commit
acbc0849bd
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef __RTW_DEBUG_H__
|
||||
#define __RTW_DEBUG_H__
|
||||
|
||||
#define DRIVER_PREFIX "RTL8723BS: "
|
||||
#define DRIVER_PREFIX "rtl8723bs: "
|
||||
|
||||
void mac_reg_dump(struct adapter *adapter);
|
||||
void bb_reg_dump(struct adapter *adapter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user