Files
linux-st/include/linux
Tariq Toukan 85db6352fc net: Fix features skip in for_each_netdev_feature()
The find_next_netdev_feature() macro gets the "remaining length",
not bit index.
Passing "bit - 1" for the following iteration is wrong as it skips
the adjacent bit. Pass "bit" instead.

Fixes: 3b89ea9c59 ("net: Fix for_each_netdev_feature on Big endian")
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Link: https://lore.kernel.org/r/20220504080914.1918-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-05 18:25:57 -07:00
..
2022-04-01 14:40:44 -04:00
2022-04-07 09:43:41 -04:00
2022-04-01 14:40:44 -04:00
2022-04-01 13:45:08 -04:00
2022-04-19 10:19:02 -07:00
2022-04-11 19:18:27 -06:00