Fixed a coding style issue.

Signed-off-by: Klaas Neirinck <[email protected]>

diff --git a/drivers/staging/tidspbridge/core/io_sm.c 
b/drivers/staging/tidspbridge/core/io_sm.c
index 27e0aa8..69ecd73 100644
--- a/drivers/staging/tidspbridge/core/io_sm.c
+++ b/drivers/staging/tidspbridge/core/io_sm.c
@@ -1160,9 +1160,8 @@ static void input_chnl(struct io_mgr *pio_mgr, struct 
chnl_object *pchnl,
                                /* Tell DSP if no more I/O buffers available */
                                if (!pchnl->pio_requests)
                                        goto func_end;
-                               if (LST_IS_EMPTY(pchnl->pio_requests)) {
+                               if (LST_IS_EMPTY(pchnl->pio_requests))
                                        set_chnl_free(sm, pchnl->chnl_id);
-                               }
                                clear_chnl = true;
                                notify_client = true;
                        } else {
-- 
1.7.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to