staging: r8188eu: remove unnecessary parentheses
authorMichael Straube <straube.linux@gmail.com>
Mon, 30 Aug 2021 12:15:08 +0000 (14:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:46 +0000 (08:49 +0200)
Remove unnecessary parentheses around a variable to improve
readability.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210830121508.6411-9-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ieee80211.c

index f76c762..952ad3e 100644 (file)
@@ -1038,7 +1038,7 @@ void rtw_macaddr_cfg(u8 *mac_addr)
                DBG_88E("MAC Address from efuse error, assign random one !!!\n");
        }
 
-       DBG_88E("rtw_macaddr_cfg MAC Address  = %pM\n", (mac_addr));
+       DBG_88E("rtw_macaddr_cfg MAC Address  = %pM\n", mac_addr);
 }
 
 void dump_ies(u8 *buf, u32 buf_len)