fix DRIVER_PREFIX to properly identify as rtl8723cs

This commit is contained in:
Pascal de Bruijn 2019-05-23 19:56:41 +02:00 committed by Icenowy Zheng
parent 9c0c3e51ae
commit 372ab79b23

View file

@ -190,7 +190,7 @@ extern void rtl871x_cedbg(const char *fmt, ...);
#define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg)
#endif #endif
#define DRIVER_PREFIX "RTL871X: " #define DRIVER_PREFIX "8723cs: "
#if defined(_dbgdump) #if defined(_dbgdump)