diff options
author | 2014-11-22 15:56:47 +0100 | |
---|---|---|
committer | 2014-11-24 08:38:27 -0600 | |
commit | 6cd6159d4b1695427105d4b8b2e355e1d0509ff4 (patch) | |
tree | 1e5c75c15d332b58659f6d4c93c29219d7a3de65 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | usb: gadget: ss_ep_in_comp_desc can be static (diff) | |
download | wireguard-linux-6cd6159d4b1695427105d4b8b2e355e1d0509ff4.tar.xz wireguard-linux-6cd6159d4b1695427105d4b8b2e355e1d0509ff4.zip |
usb: dwc3: return error code from the most recent call
Copy-paste error from the previous block of error handling code.
A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@@
expression e,e1;
@@
if (IS_ERR(e)) {
...
(
ret = PTR_ERR(e);
|
* ret = PTR_ERR(e1);
)
...
return ret;
}
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions