Vaishali Thakkar
555416f987
[media] s5k5baf: Convert use of __constant_cpu_to_be16 to cpu_to_be16
...
In little endian cases, macro cpu_to_be16 unfolds to __swab16 which
provides special case for constants. In big endian cases,
__constant_cpu_to_be16 and cpu_to_be16 expand directly to the
same expression. So, replace __constant_cpu_to_be16 with
cpu_to_be16 with the goal of getting rid of the definition of
__constant_cpu_to_be16 completely.
The semantic patch that performs this transformation is as follows:
@@expression x;@@
- __constant_cpu_to_be16(x)
+ cpu_to_be16(x)
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-06-10 11:43:19 -03:00
..
2015-05-01 08:52:34 -03:00
2015-03-23 11:41:36 -07:00
2015-04-28 09:24:51 -03:00
2015-04-27 16:05:55 -03:00
2015-05-01 08:48:49 -03:00
2015-04-08 06:38:31 -03:00
2015-04-27 16:19:23 -03:00
2015-05-01 08:52:34 -03:00
2015-05-01 08:52:34 -03:00
2015-03-23 11:41:36 -07:00
2013-12-09 14:50:50 -02:00
2015-05-01 08:48:49 -03:00
2014-09-21 20:12:13 -03:00
2015-03-03 11:21:41 -03:00
2013-06-17 08:52:10 -03:00
2015-06-09 17:30:39 -03:00
2015-06-09 17:44:42 -03:00
2015-06-09 17:44:42 -03:00
2015-05-01 08:36:17 -03:00
2013-05-21 07:52:15 -03:00
2014-05-24 17:11:26 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2014-11-25 13:30:35 -02:00
2015-06-09 17:34:35 -03:00
2014-05-24 17:11:26 -03:00
2014-09-03 17:59:24 -03:00
2014-03-11 10:00:26 -03:00
2013-06-17 08:52:10 -03:00
2015-04-02 22:15:46 -03:00
2015-05-01 08:36:17 -03:00
2014-12-22 17:52:20 -02:00
2015-03-23 11:41:36 -07:00
2015-04-02 21:29:56 -03:00
2015-03-23 11:41:36 -07:00
2015-05-01 08:48:49 -03:00
2015-04-02 21:31:31 -03:00
2015-03-23 11:41:36 -07:00
2015-06-09 18:13:46 -03:00
2013-06-17 08:52:10 -03:00
2015-05-01 08:48:49 -03:00
2015-03-23 11:41:36 -07:00
2015-03-23 11:41:36 -07:00
2015-06-10 11:43:19 -03:00
2015-03-23 11:41:36 -07:00
2015-04-28 09:24:51 -03:00
2013-08-18 08:27:07 -03:00
2015-05-01 08:52:34 -03:00
2014-01-07 07:42:19 -02:00
2015-05-01 08:48:49 -03:00
2014-05-24 17:11:26 -03:00
2015-05-01 08:52:34 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2014-12-23 11:29:01 -02:00
2014-12-23 11:29:01 -02:00
2014-05-24 17:11:26 -03:00
2015-05-01 08:48:49 -03:00
2014-08-21 15:25:36 -05:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2015-03-03 11:21:57 -03:00
2013-06-17 09:52:31 -03:00
2015-03-03 11:21:41 -03:00
2013-05-21 07:52:15 -03:00
2015-05-08 14:48:48 -03:00
2015-05-01 08:36:17 -03:00
2015-05-01 08:36:17 -03:00
2015-05-01 08:36:17 -03:00
2014-05-24 17:11:26 -03:00
2014-05-24 17:11:26 -03:00
2014-05-24 17:11:26 -03:00
2013-05-21 07:52:15 -03:00
2013-06-17 08:52:10 -03:00
2013-06-17 08:52:10 -03:00
2014-05-24 17:11:26 -03:00
2014-05-24 17:11:26 -03:00
2015-05-01 08:48:49 -03:00
2013-06-17 08:52:10 -03:00
2013-11-29 14:34:54 -02:00