Skip to content

Commit

Permalink
drivers: [FIX] some compiler versions doesn't handle const char* well
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Apr 8, 2024
1 parent cba0558 commit 9347182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/kernel/drivers/nfb/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const struct nfb_pci_dev nfb_device_infos [] = {

[NFB_CARD_TIVOLI] = { "TIVOLI", -1, -1, -1, 0x0B },

[NFB_CARD_COMBO_GENERIC]= { nfb_card_name_generic, -1, -1, -1, 0x0C },
[NFB_CARD_COMBO_GENERIC]= { NFB_CARD_NAME_GENERIC, -1, -1, -1, 0x0C },
[NFB_CARD_COMBO400G1] = { "COMBO-400G1", -1, -1, -1, 0x0D },
[NFB_CARD_AGI_FH400G] = { "AGI-FH400G", -1, -1, -1, 0x0E },

Expand Down

0 comments on commit 9347182

Please sign in to comment.