[PATCH 0/7] staging: rtl8723bs: replace DBG_871X_SEL_NL macro with netdev_dbg()

2021-04-13 Thread Fabio Aiuto
This patchset replaces DGB_871X_SEL_NL macro with the driver recommended log function netdev_dbg(). Macro DBG_871X_SEL_NL indeed executes a raw printk call as default behaviour. The other behaviour is doing a seq_printf() call which never occurs. First patch replace dump_drv_version with a

Re: [PATCH 0/7] staging: rtl8723bs: replace DBG_871X_SEL_NL macro with netdev_dbg()

2021-04-13 Thread Fabio Aiuto
On Tue, Apr 13, 2021 at 04:10:35PM +0200, Fabio Aiuto wrote: > This patchset replaces DGB_871X_SEL_NL macro with the driver > recommended log function netdev_dbg(). > > Macro DBG_871X_SEL_NL indeed executes a raw printk call as > default behaviour. The other behaviour is doing a seq_printf() >

[PATCH 0/7] staging: rtl8723bs: replace DBG_871X_SEL_NL macro with netdev_dbg()

2021-04-13 Thread Fabio Aiuto
This patchset replaces DGB_871X_SEL_NL macro with the driver recommended log function netdev_dbg(). Macro DBG_871X_SEL_NL indeed executes a raw printk call as default behaviour. The other behaviour is doing a seq_printf() call which never occurs. First patch replace dump_drv_version with a