forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
-Wpointer-bool-conversion[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.9This bug was fixed in Linux 5.9This bug was fixed in Linux 5.9
Description
drivers/net/dsa/sja1105/sja1105_main.c:3418:38: warning: address of array 'match->compatible' will always evaluate to 'true' [-Wpointer-bool-conversion]
for (match = sja1105_dt_ids; match->compatible; match++) {
~~~ ~~~~~~~^~~~~~~~~~
1 warning generated.
Patch submitted: https://lore.kernel.org/r/20200821222515.414167-1-natechancellor@gmail.com
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
-Wpointer-bool-conversion[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.9This bug was fixed in Linux 5.9This bug was fixed in Linux 5.9