diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-01-26 12:09:25 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-01-29 16:33:10 (GMT) |
commit | 30eddf35297a8cb7a48cf8bc8afc18004a51e037 (patch) | |
tree | a37f63a2badf9976acc491c218897a1fc3621808 /src/fst | |
parent | e91877fb62e8c0509e661f6094cb67f62fc095f5 (diff) | |
download | hostap-30eddf35297a8cb7a48cf8bc8afc18004a51e037.zip hostap-30eddf35297a8cb7a48cf8bc8afc18004a51e037.tar.gz hostap-30eddf35297a8cb7a48cf8bc8afc18004a51e037.tar.bz2 |
Fix or supress various sparse warnings
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'src/fst')
-rw-r--r-- | src/fst/fst_iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fst/fst_iface.h b/src/fst/fst_iface.h index 0eb2732..cbaa7d8 100644 --- a/src/fst/fst_iface.h +++ b/src/fst/fst_iface.h @@ -106,7 +106,7 @@ static inline void fst_iface_update_mb_ie(struct fst_iface *i, const u8 *addr, const u8 *buf, size_t size) { - return i->iface_obj.update_mb_ie(i->iface_obj.ctx, addr, buf, size); + i->iface_obj.update_mb_ie(i->iface_obj.ctx, addr, buf, size); } static inline const u8 * fst_iface_get_peer_first(struct fst_iface *i, |