Message ID | cover.1694701767.git.lorenzo@kernel.org |
---|---|
Headers | show |
Series | Add WED support for MT7988 chipset | expand |
On Thu, 14 Sep 2023 16:38:06 +0200, Lorenzo Bianconi wrote: > Introduce MT7988 SoC compatibility string in mt7986-wo-ccif binding. > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > --- > .../bindings/soc/mediatek/mediatek,mt7986-wo-ccif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
[...] > > + > > + buf += MTK_WED_PAGE_BUF_SIZE; > > clang-16 W=1 warns that buf is set but otherwise unused in this function. Hi Simon, ack, I will fix it. Regards, Lorenzo > > > + buf_phys += MTK_WED_PAGE_BUF_SIZE; > > + } > > + > > + dma_sync_single_for_device(dev->hw->dev, page_phys, PAGE_SIZE, > > + DMA_BIDIRECTIONAL); > > + } > > + > > + return 0; > > +} > > + > > static int > > mtk_wed_rx_buffer_alloc(struct mtk_wed_device *dev) > > { > > ...