[media] media-entity: remove unneded enclosing parenthesis
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 11 Dec 2015 17:16:36 +0000 (15:16 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:19:10 +0000 (12:19 -0200)
commit313895fba2040c7f223db3d6aa6cb3b5c5022042
tree84c5f50229aec63b4c2077ac1da15d9c6055b570
parent1cb2f6f4b1652ad4e19894a4b4b82b0c2ea8a4b6
[media] media-entity: remove unneded enclosing parenthesis

Commit 86ee417578a2 ("[media] media: convert links from array to list")
had many changes that were automated using coccinelle but the semantic
patch was not smart enough to rely on operators precedence and avoid
using unnecessary enclosing parenthesis.

This patch removes them since are not needed.

Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/media-entity.c
This page took 0.027229 seconds and 5 git commands to generate.