forked from Minki/linux
staging: vchiq_core: Don't BUG if sending RESUME fails
VCHIQ suspend and resume isn't implemented, but even it was there is no need to call BUG(). Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
359afaccd9
commit
00b9d0f560
@ -2137,7 +2137,6 @@ slot_handler_func(void *v)
|
||||
vchiq_log_error(vchiq_core_log_level,
|
||||
"Failed to send RESUME "
|
||||
"message");
|
||||
BUG();
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user