]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] drxk_hard: remove needless parenthesis
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Apr 2013 14:47:50 +0000 (11:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 9 Jun 2013 01:09:57 +0000 (22:09 -0300)
commit949dd08d92cdbbe7f2560f06ac297eee54b7ea49
tree553b0f1c9115ff79421640eb257b6a927d1a39f7
parentd5687ab520d6cf8bf60d8c44932eeb0a1829a75c
[media] drxk_hard: remove needless parenthesis

X-Patchwork-Delegate: mchehab@redhat.com
There are several places where: state->var = (some_var)
The parenthesis there are doing nothing but making it
harder to read and breaking the 80 columns soft limits.
Just get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/drxk_hard.c