Vaishali Thakkar
4e2987a188
isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16
...
In big endian cases, macro cpu_to_le16 unfolds to __swab16 which
provides special case for constants. In little endian cases,
__constant_cpu_to_le16 and cpu_to_le16 expand directly to the
same expression. So, replace __constant_cpu_to_le16 with
cpu_to_le16 with the goal of getting rid of the definition of
__constant_cpu_to_le16 completely.
The semantic patch that performs this transformation is as follows:
@@expression x;@@
- __constant_cpu_to_le16(x)
+ cpu_to_le16(x)
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2015-06-07 19:42:03 -07:00
..
2013-09-13 20:02:50 -04:00
2006-10-03 23:01:26 +02:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-09-13 20:02:50 -04:00
2013-03-15 12:26:04 -07:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2012-02-21 09:04:01 -08:00
2012-11-09 17:10:16 -05:00
2013-09-13 20:02:50 -04:00
2013-09-13 20:02:50 -04:00
2013-03-15 12:26:04 -07:00
2014-02-26 16:06:13 -05:00
2014-02-26 16:06:13 -05:00
2013-01-03 15:57:02 -08:00
2013-03-12 11:40:54 -04:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2015-01-02 16:36:08 -05:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2012-02-21 09:04:01 -08:00
2014-01-06 15:50:51 -05:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2005-04-16 15:20:36 -07:00
2012-02-21 09:04:01 -08:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2014-04-22 21:22:47 -04:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2005-04-16 15:20:36 -07:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2011-10-31 17:30:54 -07:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2014-12-09 16:18:46 -05:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-09-13 20:02:50 -04:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00
2014-06-16 21:31:37 -07:00
2013-09-13 20:02:50 -04:00
2005-04-16 15:20:36 -07:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2014-07-08 16:06:21 -07:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2011-03-17 14:05:34 +01:00
2013-01-03 15:57:02 -08:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2014-02-06 21:18:06 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-03-15 12:26:04 -07:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2012-05-18 15:42:55 -07:00
2015-06-07 19:42:03 -07:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:02 -08:00
2013-03-15 12:26:04 -07:00
2014-01-06 15:50:51 -05:00
2013-09-13 20:02:50 -04:00
2012-02-21 09:04:01 -08:00