Skip to content

Commit 8bccc7a

Browse files
committed
Remove BUG() call from vchiq that is trigger when alsa is killed
1 parent 22cb6e2 commit 8bccc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/vc04_services/interface/vchiq_arm/vchiq_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3180,7 +3180,7 @@ vchiq_bulk_transmit(VCHIQ_SERVICE_HANDLE_T handle, const void *data, int size,
31803180
mode, VCHIQ_BULK_TRANSMIT);
31813181

31823182
/* This call is for kernel thread use and should not be interrupted */
3183-
BUG_ON(status == VCHIQ_RETRY);
3183+
// dc4: remove as it does happen: BUG_ON(status == VCHIQ_RETRY);
31843184
return status;
31853185
}
31863186

0 commit comments

Comments
 (0)