]> 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)
commit4f13729a82d5c446fb4df285a79dd3b290eb9783
tree598ad17ce96919c9c077001e82073d178324dd6f
parentd76c3ea98136aa80b81a153398166d79f1457c7b
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