Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df8da2e3 authored by Christian Gromm's avatar Christian Gromm Committed by Greg Kroah-Hartman
Browse files

staging: most: remove unnecessary parentheses



This patch simply removes unnecessary parentheses.

Signed-off-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9cbe5aa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);