Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00b9d0f5 authored by Stefan Wahren's avatar Stefan Wahren Committed by Greg Kroah-Hartman
Browse files

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 359afacc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2137,7 +2137,6 @@ slot_handler_func(void *v)
					vchiq_log_error(vchiq_core_log_level,
						"Failed to send RESUME "
						"message");
					BUG();
				}
				break;