]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: Use the bitmap API when applicable
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 30 Dec 2021 10:40:40 +0000 (11:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Dec 2021 13:32:39 +0000 (13:32 +0000)
commit67e39d129d0977317df252028378ff0d3a058e11
tree598ad17ce96919c9c077001e82073d178324dd6f
parente66f4a1c474b585507ebf66f5d18ac743374b456
net/smc: Use the bitmap API when applicable

Using the bitmap API is less verbose than hand writing them.
It also improves the semantic.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_wr.c