mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
mrf24j40: remove trailing semicolon
This patch removes a trailing semicolon which was introduced by commit d3f1bc3 ("mrf24j40: add cca mode support") and reported by kbuild test robot. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
e88ab30d36
commit
eb24d061f4
@ -1239,7 +1239,7 @@ static void mrf24j40_phy_setup(struct mrf24j40 *devrec)
|
||||
devrec->hw->phy->supported.min_maxbe = 5;
|
||||
devrec->hw->phy->supported.max_maxbe = 5;
|
||||
|
||||
devrec->hw->phy->cca.mode = NL802154_CCA_CARRIER;;
|
||||
devrec->hw->phy->cca.mode = NL802154_CCA_CARRIER;
|
||||
devrec->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) |
|
||||
BIT(NL802154_CCA_CARRIER) |
|
||||
BIT(NL802154_CCA_ENERGY_CARRIER);
|
||||
|
Loading…
Reference in New Issue
Block a user