>> if (dev->ops->max_phys_sect > 1) { >> - dev->ppalist_pool = dev->ops->create_dma_pool(dev, "ppalist"); >> - if (!dev->ppalist_pool) { >> + dev->dma_page_pool = dev->ops->create_dma_pool(dev, "ppalist"); > > rename to dmapool or something similar? > >> + if (!dev->dma_page_pool) { >> pr_err("nvm: could not create ppa pool\n"); > > Make sure to fix up the text here as well. Else it looks good. > >> ret = -ENOMEM; > Thanks. I'll fix it and resubmit tomorrow. Javier. -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html