aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPeter Senna Tschudin <[email protected]>2014-05-31 10:14:08 -0300
committerMauro Carvalho Chehab <[email protected]>2014-07-04 15:35:02 -0300
commit931387fa941ec0da2f4a6999bec69bc608af311e (patch)
tree2c2804978aa467feec6f8194c084c5847f506ea0 /tools/perf/scripts/python
parente22eca78574b52ef8320aacdaa5987ed8bca778d (diff)
[media] drivers/media/usb/usbvision/usbvision-core.c: Remove useless return variables
This patch remove variables that are initialized with a constant, are never updated, and are only used as parameter of return. Return the constant instead of using a variable. Verified by compilation only. The coccinelle script that find and fixes this issue is: // <smpl> @@ type T; constant C; identifier ret; @@ - T ret = C; ... when != ret when strict return - ret + C ; // </smpl> Signed-off-by: Peter Senna Tschudin <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions