staging: most: remove unnecessary parentheses

This patch simply removes unnecessary parentheses.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Christian Gromm 2015-10-21 17:50:47 +02:00 committed by Greg Kroah-Hartman
parent 9cbe5aa65d
commit df8da2e3e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);