This patch simply removes unnecessary parentheses.

Signed-off-by: Christian Gromm <christian.gr...@microchip.com>
---
 drivers/staging/most/hdm-dim2/dim2_hdm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/most/hdm-dim2/dim2_hdm.c 
b/drivers/staging/most/hdm-dim2/dim2_hdm.c
index 968b2a0..c940322 100644
--- a/drivers/staging/most/hdm-dim2/dim2_hdm.c
+++ b/drivers/staging/most/hdm-dim2/dim2_hdm.c
@@ -428,7 +428,7 @@ static void dim2_tasklet_fn(unsigned long data)
                        continue;
 
                spin_lock_irqsave(&dim_lock, flags);
-               DIM_ServiceChannel(&(dev->hch[ch_idx].ch));
+               DIM_ServiceChannel(&dev->hch[ch_idx].ch);
                spin_unlock_irqrestore(&dim_lock, flags);
 
                service_done_flag(dev, ch_idx);
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to