From: Jakub Kicinski Date: Mon, 2 May 2022 20:57:54 +0000 (-0700) Subject: Stefan Schmidt says: X-Git-Tag: microblaze-v5.20~161^2~206 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=c5f50500a0270ee1618373baa85a0bac9a0dc4bf;p=linux-2.6-microblaze.git Stefan Schmidt says: ==================== pull-request: ieee802154-next 2022-05-01 Miquel Raynal landed two patch series bundled in this pull request. The first series re-works the symbol duration handling to better accommodate the needs of the various phy layers in ieee802154. In the second series Miquel improves th errors handling from drivers up mac802154. THis streamlines the error handling throughout the ieee/mac802154 stack in preparation for sync TX to be introduced for MLME frames. ==================== Link: https://lore.kernel.org/r/20220501194614.1198325-1-stefan@datenfreihafen.org Signed-off-by: Jakub Kicinski --- c5f50500a0270ee1618373baa85a0bac9a0dc4bf diff --cc drivers/net/ieee802154/at86rf230.c index 549d04b5f3d4,1c681c1609d3..15f283b26721 --- a/drivers/net/ieee802154/at86rf230.c +++ b/drivers/net/ieee802154/at86rf230.c @@@ -1776,8 -1658,9 +1658,7 @@@ static void at86rf230_remove(struct spi at86rf230_write_subreg(lp, SR_IRQ_MASK, 0); ieee802154_unregister_hw(lp->hw); ieee802154_free_hw(lp->hw); - at86rf230_debugfs_remove(); dev_dbg(&spi->dev, "unregistered at86rf230\n"); - - return 0; } static const struct of_device_id at86rf230_of_match[] = {