Nathan Chancellor
8c701e704c
spi: pic32: Use proper enum in dmaengine_prep_slave_rg
...
[ Upstream commit 8cfde7847d ]
Clang warns when one enumerated type is converted implicitly to another:
drivers/spi/spi-pic32.c:323:8: warning: implicit conversion from
enumeration type 'enum dma_data_direction' to different enumeration type
'enum dma_transfer_direction' [-Wenum-conversion]
DMA_FROM_DEVICE,
^~~~~~~~~~~~~~~
drivers/spi/spi-pic32.c:333:8: warning: implicit conversion from
enumeration type 'enum dma_data_direction' to different enumeration type
'enum dma_transfer_direction' [-Wenum-conversion]
DMA_TO_DEVICE,
^~~~~~~~~~~~~
2 warnings generated.
Use the proper enums from dma_transfer_direction (DMA_FROM_DEVICE =
DMA_DEV_TO_MEM = 2, DMA_TO_DEVICE = DMA_MEM_TO_DEV = 1) to satify Clang.
Link: https://github.com/ClangBuiltLinux/linux/issues/159
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com >
Signed-off-by: Mark Brown <broonie@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2019-11-25 09:52:43 +01:00
..
2018-04-08 12:13:00 +02:00
2016-09-30 09:14:14 -07:00
2014-10-20 16:21:36 +02:00
2014-10-20 16:21:36 +02:00
2015-09-30 20:33:29 +01:00
2018-03-03 10:23:22 +01:00
2015-09-16 20:54:54 +01:00
2017-12-09 22:01:48 +01:00
2016-04-18 13:53:46 +01:00
2014-08-19 11:30:55 -05:00
2015-08-25 17:33:49 +01:00
2016-01-11 16:48:30 +00:00
2019-08-11 12:22:18 +02:00
2019-09-10 10:31:03 +01:00
2018-05-30 07:50:45 +02:00
2016-09-24 20:03:25 +01:00
2016-07-03 14:14:31 +02:00
2016-07-03 14:24:31 +02:00
2015-07-29 15:01:07 +01:00
2019-07-10 09:55:43 +02:00
2016-09-14 18:03:32 +01:00
2015-12-02 19:38:16 +00:00
2016-04-18 10:58:49 +01:00
2016-07-24 21:54:29 +01:00
2016-08-24 12:37:43 +01:00
2016-07-24 21:54:29 +01:00
2016-08-19 16:24:39 +01:00
2016-07-07 11:44:43 +02:00
2015-10-12 17:02:08 +01:00
2018-09-09 20:01:19 +02:00
2016-04-26 11:56:09 +01:00
2016-02-05 17:41:49 +00:00
2018-03-24 11:00:10 +01:00
2016-05-11 18:26:19 +01:00
2017-08-06 18:59:45 -07:00
2016-09-06 11:53:50 +01:00
2014-10-20 16:21:36 +02:00
2016-05-24 16:54:50 +01:00
2015-02-08 11:16:46 +08:00
2015-12-22 17:12:56 -06:00
2013-04-07 10:07:54 +01:00
2018-09-09 20:01:19 +02:00
2016-10-26 11:14:52 +01:00
2015-08-28 18:15:18 +01:00
2016-09-14 18:24:47 +01:00
2015-08-30 12:14:36 +01:00
2013-04-07 10:07:56 +01:00
2015-02-08 11:16:46 +08:00
2016-07-27 19:00:16 +01:00
2018-02-03 17:05:43 +01:00
2016-09-24 20:03:25 +01:00
2016-08-09 10:40:05 +01:00
2015-12-07 20:09:09 +00:00
2016-09-01 20:54:54 +01:00
2016-02-26 11:06:38 +09:00
2016-09-12 20:11:39 +01:00
2016-07-03 14:23:25 +02:00
2014-10-20 16:21:36 +02:00
2015-09-17 12:33:31 +01:00
2016-07-27 19:00:16 +01:00
2015-02-05 18:04:57 +00:00
2014-10-20 16:21:36 +02:00
2015-09-16 19:16:01 +01:00
2018-03-22 09:17:42 +01:00
2015-09-17 12:34:20 +01:00
2015-09-17 12:33:58 +01:00
2017-01-15 13:42:57 +01:00
2016-08-08 11:56:40 +01:00
2019-11-25 09:52:43 +01:00
2016-02-17 12:08:55 +00:00
2015-09-17 12:13:40 +01:00
2016-09-12 20:01:27 +01:00
2016-08-24 12:20:03 +01:00
2019-06-22 08:17:17 +02:00
2018-05-22 16:57:56 +02:00
2016-09-30 09:14:14 -07:00
2015-05-01 17:35:54 +01:00
2016-07-24 22:08:25 +01:00
2019-05-31 06:48:31 -07:00
2011-06-06 01:16:30 -06:00
2011-06-06 01:16:30 -06:00
2015-09-17 12:13:40 +01:00
2017-03-12 06:41:41 +01:00
2016-09-29 11:01:36 -07:00
2014-12-22 15:32:42 +00:00
2018-10-03 17:01:49 -07:00
2014-10-20 16:21:36 +02:00
2016-07-11 19:32:38 +01:00
2015-05-26 11:39:16 +01:00
2016-09-14 16:05:35 +01:00
2018-02-25 11:05:49 +01:00
2018-03-22 09:17:56 +01:00
2014-10-20 16:21:36 +02:00
2018-10-03 17:01:49 -07:00
2019-05-31 06:48:29 -07:00
2015-12-13 20:10:15 +00:00
2019-03-23 13:19:46 +01:00
2015-10-28 10:30:17 +09:00
2019-05-31 06:48:31 -07:00
2016-08-18 19:10:39 +01:00
2015-07-31 18:14:57 +01:00
2017-12-29 17:42:59 +01:00
2016-08-09 15:25:43 +01:00
2015-09-22 09:30:10 -07:00
2016-05-04 14:21:03 +01:00
2019-05-31 06:48:31 -07:00
2016-07-04 16:28:52 +02:00