checkpatch: warning - return_void

Change-Id: Ib32be6cf09b627d5ab25d1ff5642268bd63d5db8
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-23 10:33:46 -07:00 committed by Anas Nashif
commit bc11b84b61

View file

@ -363,7 +363,6 @@ static inline __attribute__((always_inline)) void irq_unlock(unsigned int key)
_int_latency_stop();
#endif
_do_irq_unlock();
return;
}
#endif /* CONFIG_NO_ISRS */