Nishka Dasgupta
be0345b2cc
phy: qualcomm: phy-qcom-qmp: Add of_node_put() before return
...
Each iteration of for_each_available_child_of_node() puts the previous
node, but in the case of a return from the middle of the loop, there is
no put, thus causing a memory leak. Hence create a new label,
err_node_put, that puts the previous node (child) before returning the
required value. Also include the statement pm_runtime_disable() under
this label in order to avoid repetition among mid-loop return
conditions. Edit the mid-loop return statements to instead go to this
new label err_node_put.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com >
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com >
2019-08-26 17:20:02 +05:30
..
2019-07-27 08:25:51 -07:00
2019-07-12 12:24:03 -07:00
2019-07-24 11:02:28 +02:00
2019-07-16 08:27:09 -06:00
2019-07-15 11:06:27 -07:00
2019-07-09 12:34:26 -07:00
2019-07-28 10:26:10 -07:00
2019-07-26 10:32:12 -07:00
2019-07-06 21:44:25 +02:00
2019-07-19 17:13:56 -07:00
2019-07-25 14:39:51 +02:00
2019-07-17 10:07:48 -07:00
2019-07-10 11:05:26 +02:00
2019-07-21 13:31:14 -07:00
2019-07-11 15:36:02 -07:00
2019-07-23 09:49:10 +02:00
2019-07-18 09:49:30 +02:00
2019-07-19 12:23:37 -07:00
2019-07-19 10:42:02 -07:00
2019-07-17 09:55:43 -07:00
2019-07-19 10:42:02 -07:00
2019-07-25 20:09:37 -05:00
2019-07-26 09:43:43 -07:00
2019-07-24 11:29:41 +02:00
2019-07-17 13:05:21 -07:00
2019-07-27 11:04:18 -07:00
2019-07-15 09:42:32 -07:00
2019-07-18 17:08:07 -07:00
2019-07-21 19:18:45 -07:00
2019-07-12 14:42:05 -07:00
2019-07-17 06:57:51 -03:00
2019-07-09 09:04:31 -07:00
2019-07-09 12:34:26 -07:00
2019-07-12 12:24:03 -07:00
2019-07-20 10:04:58 -07:00
2019-07-20 12:22:30 -07:00
2019-07-23 17:41:52 +02:00
2019-07-11 15:38:21 -07:00
2019-07-10 11:04:17 +02:00
2019-07-15 11:10:31 -07:00
2019-07-09 08:59:39 -07:00
2019-07-13 16:08:36 -07:00
2019-07-14 16:36:51 -07:00
2019-07-26 10:32:12 -07:00
2019-07-22 09:01:47 -07:00
2019-07-20 09:34:55 -07:00
2019-07-11 18:11:21 -07:00
2019-07-11 15:14:01 -07:00
2019-07-15 20:18:40 -07:00
2019-07-25 14:39:51 +02:00
2019-07-11 18:11:21 -07:00
2019-07-25 20:09:54 -05:00
2019-07-27 11:04:18 -07:00
2019-07-02 12:00:50 -07:00
2019-07-21 09:46:59 -07:00
2019-07-27 08:25:51 -07:00
2019-07-23 17:47:02 +02:00
2019-07-12 12:24:03 -07:00
2019-07-17 11:26:09 -07:00
2019-07-15 20:44:49 -07:00
2019-07-04 22:01:59 -04:00
2019-07-09 12:34:26 -07:00
2019-07-21 09:46:59 -07:00
2019-07-09 12:34:26 -07:00
2019-07-15 09:20:27 -03:00
2019-08-26 17:20:02 +05:30
2019-07-13 15:02:27 -07:00
2019-07-17 19:07:58 +03:00
2019-07-15 11:03:02 -03:00
2019-07-15 21:06:15 -07:00
2019-07-22 11:23:00 +02:00
2019-07-16 19:23:24 -07:00
2019-07-09 08:57:45 -07:00
2019-07-17 08:58:04 -07:00
2019-07-15 20:18:40 -07:00
2019-07-17 11:44:41 -07:00
2019-07-19 17:13:56 -07:00
2019-07-17 10:03:50 -07:00
2019-07-26 13:36:18 +02:00
2019-07-26 14:20:28 -07:00
2019-07-22 13:51:20 -06:00
2019-07-05 08:15:08 +02:00
2019-07-12 12:24:03 -07:00
2019-07-16 12:21:41 -07:00
2019-07-22 17:04:20 -04:00
2019-07-23 09:36:07 +02:00
2019-07-12 12:24:03 -07:00
2019-07-28 10:18:33 -07:00
2019-07-25 11:26:42 +02:00
2019-07-17 11:23:13 -07:00
2019-07-17 11:26:09 -07:00
2019-07-16 09:25:04 -07:00
2019-07-19 10:42:02 -07:00
2019-07-15 11:03:02 -03:00
2019-07-15 08:49:11 +02:00
2019-07-19 11:41:26 -07:00