Miroslav Bene������ changed bug 1177288
What Removed Added
CC   ivan.ivanov@suse.com, oneukum@suse.com

Comment # 9 on bug 1177288 from
So there is no warning now (which corresponds to the following in the code

  /*
   * We assume that DMA is always aligned in non-split
   * case or split out case. Warn if not.
   */
  WARN_ON_ONCE(hsotg->params.host_dma &&
               (chan->xfer_dma & 0x3));
  chan->align_buf = 0;

), but dwc2 still reports problems and it does not work.

CCing Oliver and Ivan.


You are receiving this mail because: