Lars-Peter Clausen
8552bb4f16
dma: of: Remove check on always true condition
...
Both of_dma_nbcells field of the of_dma_controller and the args_count field of
the dma_spec are initialized by parsing the #dma-cells attribute of their device
tree node. So if the device tree nodes of a DMA controller and the dma_spec
match this means that of_dma_nbcells and args_count will also match. So the
second test in the of_dma_find_controller loop is redundant because given the
first test yields true the second test will also yield true. So we can safely
remove the test whether of_dma_nbcells matches args_count. Since this was the
last user of the of_dma_nbcells field we can remove it altogether.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-06-12 07:49:19 +05:30
..
2013-05-17 14:31:05 -04:00
2013-05-02 11:58:41 -05:00
2013-05-04 12:31:18 -07:00
2013-04-30 09:36:50 -07:00
2013-05-05 17:36:20 -07:00
2013-05-17 00:42:33 +02:00
2013-05-11 16:12:44 -07:00
2013-05-06 15:41:42 -07:00
2013-05-09 10:15:46 -07:00
2013-04-29 20:09:03 +02:00
2013-05-14 13:40:45 +02:00
2013-05-25 20:30:31 -07:00
2013-04-16 17:38:10 -07:00
2013-04-28 02:13:43 +01:00
2013-05-13 18:27:18 +04:00
2013-04-23 14:09:39 -04:00
2013-04-29 16:23:34 -04:00
2013-05-16 17:32:21 -07:00
2013-05-14 10:23:57 +05:30
2013-04-30 15:21:02 -07:00
2013-05-30 10:51:20 -07:00
2013-05-07 19:46:02 -07:00
2013-05-07 22:27:15 -04:00
2013-04-29 15:40:23 -04:00
2013-05-08 10:13:35 -07:00
2013-05-08 10:13:35 -07:00
2013-04-18 09:00:26 -07:00
2013-04-29 15:54:39 -07:00
2013-05-15 14:42:15 -07:00
2013-05-01 08:04:12 -07:00
2013-05-24 10:50:24 +09:00
2013-04-30 17:04:01 -07:00
2013-04-30 15:21:02 -07:00
2013-05-02 09:03:55 -07:00
2013-05-09 13:46:38 -04:00
2013-04-29 18:28:13 -07:00
2013-04-29 18:28:13 -07:00
2013-04-27 09:25:59 +08:00
2013-05-11 15:23:17 -07:00
2013-05-01 17:51:54 -07:00
2013-04-29 18:28:19 -07:00
2013-04-29 15:54:27 -07:00
2013-05-10 14:37:17 +01:00
2013-05-01 13:20:04 -07:00
2013-05-01 16:36:22 +05:30
2013-05-02 21:52:26 +05:30
2013-04-30 17:04:02 -07:00
2013-04-30 16:03:10 +01:00
2013-05-07 18:38:27 -07:00
2013-04-29 18:28:40 -07:00
2013-05-01 17:31:42 -04:00
2013-05-01 16:28:48 -04:00
2013-04-30 17:04:00 -07:00
2013-05-07 02:16:31 -04:00
2013-04-29 18:28:41 -07:00
2013-05-09 20:14:25 -04:00
2013-05-09 20:10:22 -04:00
2013-04-29 18:28:13 -07:00
2013-04-16 18:47:14 +09:00
2013-04-30 10:09:06 +02:00
2013-05-06 13:07:33 +02:00
2013-04-29 15:54:38 -07:00
2013-05-07 18:38:27 -07:00
2013-04-29 15:54:26 -07:00
2013-04-29 13:54:36 -04:00
2013-05-08 11:51:05 -07:00
2013-04-16 15:29:45 +02:00
2013-04-21 15:56:59 -04:00
2013-05-02 12:10:19 +02:00
2013-04-29 15:54:37 -07:00
2013-05-01 08:12:58 -07:00
2013-04-19 17:49:23 -04:00
2013-04-25 15:25:23 +02:00
2013-05-13 09:45:01 -04:00
2013-04-29 15:42:02 -04:00
2013-05-24 16:22:51 -07:00
2013-04-17 12:35:33 -07:00
2013-04-30 17:04:06 -07:00
2013-05-16 07:55:07 -07:00
2013-04-30 17:04:02 -07:00
2013-04-19 16:39:13 -04:00
2013-05-05 14:47:31 -07:00
2013-05-05 10:58:06 -07:00
2013-05-31 17:31:52 -07:00
2013-04-30 19:13:05 +02:00
2013-04-29 15:54:37 -07:00
2013-04-30 17:04:00 -07:00
2013-05-07 18:38:26 -07:00
2013-04-30 09:36:50 -07:00
2013-04-23 09:50:30 -06:00
2013-04-19 09:33:36 +02:00
2013-04-29 18:28:44 -07:00
2013-05-02 07:34:58 -07:00
2013-05-16 15:02:01 -07:00
2013-05-23 11:58:55 +02:00
2013-04-19 14:57:58 -04:00
2013-05-01 15:00:24 -04:00
2013-05-06 17:24:22 -04:00
2013-04-29 15:54:36 -07:00
2013-05-04 14:47:26 -04:00
2013-05-08 09:55:05 -04:00
2013-06-12 07:49:19 +05:30
2013-05-07 11:22:14 -07:00
2013-04-29 15:54:28 -07:00
2013-04-19 22:25:51 +02:00
2013-04-17 10:21:17 -06:00
2013-05-02 07:32:24 -07:00
2013-05-17 14:12:06 -06:00
2013-04-17 10:21:17 -06:00
2013-04-17 10:21:17 -06:00
2013-05-01 14:08:52 -07:00
2013-04-17 10:21:17 -06:00
2013-05-02 17:54:19 +02:00
2013-05-07 20:16:25 -07:00
2013-05-05 13:23:27 -07:00
2013-04-16 18:51:16 -07:00
2013-05-22 01:34:24 +02:00
2013-05-01 17:29:47 -04:00
2013-05-01 17:29:39 -04:00
2013-04-29 15:54:28 -07:00
2013-05-07 18:38:27 -07:00
2013-06-02 20:53:59 -07:00
2013-05-28 22:47:13 -04:00
2013-05-28 22:47:13 -04:00
2013-04-30 17:04:09 -07:00
2013-04-29 19:14:20 -07:00
2013-05-24 16:22:50 -07:00
2013-05-24 16:22:50 -07:00
2013-04-29 18:28:22 -07:00
2013-05-02 19:40:34 -07:00
2013-05-11 14:29:11 -07:00
2013-04-30 16:27:51 -07:00
2013-05-01 17:51:54 -07:00
2013-05-31 17:06:07 -07:00
2013-05-06 09:24:16 +03:00
2013-04-30 17:04:03 -07:00
2013-04-29 13:21:30 -04:00
2013-06-06 11:52:14 -07:00
2013-04-30 17:04:03 -07:00
2013-04-30 15:50:12 +05:30
2013-04-29 15:54:38 -07:00
2013-04-17 12:35:32 -07:00
2013-05-09 09:40:49 -07:00
2013-04-22 20:29:07 +02:00
2013-05-14 20:54:06 +02:00
2013-04-25 21:01:45 +08:00
2013-05-11 14:29:11 -07:00
2013-04-19 00:40:07 +02:00
2013-05-20 10:24:22 +09:30
2013-05-02 14:14:04 -07:00
2013-04-29 15:54:34 -07:00
2013-04-29 15:54:38 -07:00
2013-04-29 15:54:37 -07:00
2013-05-20 12:15:59 -07:00
2013-05-24 16:22:50 -07:00
2013-04-30 17:04:02 -07:00
2013-05-07 20:16:25 -07:00