diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-08-02 13:58:40 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-08-06 15:43:50 +0300 |
commit | 6004cf298a4180199dc40bc40466126df8a5a88c (patch) | |
tree | 51296c805128ab6223ed85f8ff3a1b48cfbc8748 /drivers/net/ethernet/intel/ice/ice_main.c | |
parent | 654026df2635863fd695b2ca833e5c62454bd5ee (diff) | |
download | linux-6004cf298a4180199dc40bc40466126df8a5a88c.tar.bz2 |
b43legacy: Remove pointless cond_resched() wrapper
cond_resched() can be used unconditionally. If CONFIG_PREEMPT is set, it
becomes a NOP scheduler wise.
Also the B43_BUG_ON() in that wrapper is a homebrewn variant of
__might_sleep() which is part of cond_resched() already.
Remove the cruft and invoke cond_resched() directly.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions