commit | c6635792737b881021ead417b281067d56ed3380 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Aug 30 13:32:36 2018 +0300 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 17 16:35:14 2018 -0500 |
tree | 5dbd6dfe1ca0050a7523a3374ab44a07d0ca2b8e | |
parent | 1ccce46c5e8b8a0d2606fb8bb72bff069ffdc3ab [diff] |
PCI: Allocate dma_alias_mask with bitmap_zalloc() Switch to bitmap_zalloc() to show clearly what we are allocating. Besides that it returns pointer of bitmap type ("unsigned long *") instead of the opaque "void *". Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>