Skip to content

Commit b65678c

Browse files
petriskuba-moo
authored andcommitted
ethernet: rvu-af: Remove slash from the driver name
Having a slash in the driver name leads to EIO being returned while reading /sys/module/rvu_af/drivers content. Remove DRV_STRING as it's not used anywhere. Fixes: 91c6945 ("octeontx2-af: cn10k: Add RPM MAC support") Signed-off-by: Petr Malat <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a35c04d commit b65678c

File tree

1 file changed

+1
-2
lines changed
  • drivers/net/ethernet/marvell/octeontx2/af

1 file changed

+1
-2
lines changed

drivers/net/ethernet/marvell/octeontx2/af/cgx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
#include "rvu.h"
2222
#include "lmac_common.h"
2323

24-
#define DRV_NAME "Marvell-CGX/RPM"
25-
#define DRV_STRING "Marvell CGX/RPM Driver"
24+
#define DRV_NAME "Marvell-CGX-RPM"
2625

2726
#define CGX_RX_STAT_GLOBAL_INDEX 9
2827

0 commit comments

Comments
 (0)