diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-04-28 17:47:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-06 19:04:43 -0700 |
commit | ae8d5f464d1640283f125f4cc17b5ec502624685 (patch) | |
tree | a8a5baf944984d81fafaf9706a793d0e9e49adf8 /drivers/staging/vc04_services | |
parent | 8ba7d1e3d77141d4107534445735dce6a9e8e45a (diff) | |
download | linux-ae8d5f464d1640283f125f4cc17b5ec502624685.tar.gz linux-ae8d5f464d1640283f125f4cc17b5ec502624685.tar.bz2 linux-ae8d5f464d1640283f125f4cc17b5ec502624685.zip |
staging: vchiq_shim: Remove unnecessary break
This removes an unnecessary break which has been reported by checkpatch.pl.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services')
-rw-r--r-- | drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c index 29984f9795c7..dddc828390d0 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c @@ -590,7 +590,6 @@ static VCHIQ_STATUS_T shim_callback(VCHIQ_REASON_T reason, VCHI_CALLBACK_MSG_AVAILABLE, NULL); goto done; - break; case VCHIQ_BULK_TRANSMIT_DONE: service->callback(service->callback_param, |