]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: vchiq_core: Don't BUG if sending RESUME fails
authorStefan Wahren <stefan.wahren@i2se.com>
Thu, 25 May 2017 22:26:21 +0000 (00:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2017 15:04:13 +0000 (17:04 +0200)
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c

index 0a46e1525d8cc35d837f15e529312c020043d64e..d40366c32f89209106476b515e0325d2fbe2c158 100644 (file)
@@ -2137,7 +2137,6 @@ slot_handler_func(void *v)
                                        vchiq_log_error(vchiq_core_log_level,
                                                "Failed to send RESUME "
                                                "message");
-                                       BUG();
                                }
                                break;