commit | 58f69ee9da3a2486450dac626c352f69faf964e9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Dec 11 11:25:23 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Jan 11 12:19:05 2016 -0200 |
tree | 84564787d4a65a07b9b1511d7e77cf2fa77fa50e | |
parent | 5abad22fd1402c23da1f6ade8cec59ac07a28fc5 [diff] |
[media] media_entity: get rid of a unused var > > > + if (rlink != link->reverse) { > > > + r++; > > > > The variable is incremented here but otherwise never used, you can remove it. Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>