diff options
-rw-r--r-- | net/mac802154/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/iface.c b/net/mac802154/iface.c index 0b0cccb85336..8b698246a51b 100644 --- a/net/mac802154/iface.c +++ b/net/mac802154/iface.c | |||
@@ -189,7 +189,7 @@ static int mac802154_slave_open(struct net_device *dev) | |||
189 | { | 189 | { |
190 | struct ieee802154_sub_if_data *sdata = IEEE802154_DEV_TO_SUB_IF(dev); | 190 | struct ieee802154_sub_if_data *sdata = IEEE802154_DEV_TO_SUB_IF(dev); |
191 | struct ieee802154_local *local = sdata->local; | 191 | struct ieee802154_local *local = sdata->local; |
192 | int res = 0; | 192 | int res; |
193 | 193 | ||
194 | ASSERT_RTNL(); | 194 | ASSERT_RTNL(); |
195 | 195 | ||