commit | 373459eee0cd79f775ef9874395bb37638154777 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 14 11:00:19 2013 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Feb 14 20:00:53 2013 +0530 |
tree | 850b828d96f39bf3f04ee4a05a540b0438c18060 | |
parent | 9b562639a1dbef847dfc9daa807bd3e7e02ef24f [diff] |
edma: do not waste memory for dma_mask Accordingly to commentary in the platform_device_register_full the memory allocated for dma_mask will not going to be freed. That's why is better to assign dma_mask afterwards. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>