mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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:
parent
9cbe5aa65d
commit
df8da2e3e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue