mac802154: Clarify an expression
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 26 Oct 2022 09:35:01 +0000 (11:35 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 1 Nov 2022 10:23:28 +0000 (11:23 +0100)
commiteb30a7a5c88f65d06c35c2268af0075c0d6d803e
treee7dc231c68d929191e5fa38908ac49e9c47e4a1d
parent4d1c7d87030be2a0043620b240cdb88199396366
mac802154: Clarify an expression

While going through the whole interface opening logic in my head I was
consistently bothered by the condition checking whether there was only
one interface of type NODE/COORD opened at the same time. What actually
bothered me was the fact that in one case we would use the wpan_dev
pointer directly while in the other case we would use the sdata pointer,
making it harder to differentiate both. In practice the condition should
be straightforward to read. IMHO dropping the wpan_dev indirection
allows to clarify the check.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20221026093502.602734-3-miquel.raynal@bootlin.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
net/mac802154/iface.c