wireless/ieee802154: Fix a warning found in build testing. Mouse input: Cosmetic changes while reviewing logic.

This commit is contained in:
Gregory Nutt
2017-11-03 09:21:19 -06:00
parent f562bf0fbe
commit ac40630452
3 changed files with 2 additions and 20 deletions
+1 -3
View File
@@ -443,12 +443,10 @@ static int macnet_notify(FAR struct mac802154_maccb_s *maccb,
#endif
}
#endif
nxsem_post(&priv->md_exclsem);
return OK;
}
nxsem_post(&priv->md_exclsem);
return OK;
}
/****************************************************************************