Julia Lawall
3ea981ed81
phy: qcom-ufs: use of_property_read_bool
...
Use of_property_read_bool to check for the existence of a property.
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@@
expression e1,e2,x;
@@
- if (of_get_property(e1,e2,NULL))
- x = true;
- else
- x = false;
+ x = of_property_read_bool(e1,e2);
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2016-09-10 16:48:29 +05:30
..
2016-04-29 16:44:48 +02:00
2016-09-10 16:48:28 +05:30
2016-09-10 16:48:28 +05:30
2015-08-03 18:35:09 +05:30
2015-12-03 12:28:23 +05:30
2015-08-03 18:35:09 +05:30
2016-06-10 23:24:54 -07:00
2016-06-17 19:02:08 +05:30
2016-09-10 16:48:28 +05:30
2015-12-03 12:28:23 +05:30
2015-12-20 17:43:12 +05:30
2016-08-12 14:59:10 +05:30
2016-07-04 17:19:22 +05:30
2016-07-04 18:07:39 +05:30
2016-03-03 20:37:41 -08:00
2015-03-12 11:01:16 +05:30
2016-09-10 16:48:25 +05:30
2015-03-12 11:01:16 +05:30
2015-08-03 18:35:09 +05:30
2015-03-12 11:01:16 +05:30
2015-08-03 18:35:09 +05:30
2016-05-30 18:21:37 +05:30
2015-12-20 15:21:38 +05:30
2015-08-03 18:35:09 +05:30
2015-08-10 20:11:58 +05:30
2016-07-01 10:51:30 +01:00
2015-12-03 12:28:23 +05:30
2016-04-30 20:12:27 +05:30
2015-08-03 18:35:09 +05:30
2015-04-10 13:47:50 +02:00
2015-12-21 14:26:28 +05:30
2015-06-21 21:53:38 +02:00
2015-06-09 12:20:30 -07:00
2015-06-09 12:20:30 -07:00
2015-08-03 18:35:09 +05:30
2015-08-03 18:35:09 +05:30
2015-08-03 18:35:09 +05:30
2016-07-04 18:07:39 +05:30
2015-01-20 19:43:26 +01:00
2016-07-04 18:07:39 +05:30
2016-09-10 16:48:29 +05:30
2016-04-29 14:40:07 +05:30
2016-07-04 18:07:39 +05:30
2016-06-17 18:44:24 +05:30
2016-07-25 10:38:00 +02:00
2016-07-04 18:07:39 +05:30
2015-10-06 20:21:47 +05:30
2015-10-06 20:21:47 +05:30
2015-08-03 18:35:09 +05:30
2015-08-03 18:35:09 +05:30
2015-08-03 18:35:09 +05:30
2016-07-01 10:52:09 +01:00
2016-09-10 16:48:27 +05:30
2016-08-12 14:59:10 +05:30
2016-06-03 12:06:41 +05:30
2015-09-04 10:07:45 -07:00
2016-06-01 14:58:59 -07:00
2016-07-04 17:19:21 +05:30
2015-08-03 18:35:09 +05:30