From: Christian Gromm Date: Wed, 21 Oct 2015 15:50:47 +0000 (+0200) Subject: staging: most: remove unnecessary parentheses X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df8da2e3e400b2f4601bdba4ecd424c212fe7d5c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: most: remove unnecessary parentheses This patch simply removes unnecessary parentheses. Signed-off-by: Christian Gromm Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/hdm-dim2/dim2_hdm.c b/drivers/staging/most/hdm-dim2/dim2_hdm.c index a08af5ee889e..558a5c8bfdd1 100644 --- a/drivers/staging/most/hdm-dim2/dim2_hdm.c +++ b/drivers/staging/most/hdm-dim2/dim2_hdm.c @@ -429,7 +429,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);