Hi Felipe > > + chan = dma_request_slave_channel_compat(mask, > > + shdma_chan_filter, (void *)id, dev, name); > > this adds a build warning: > > drivers/usb/renesas_usbhs/fifo.c:1012:24: warning: cast to pointer from > integer of different size [-Wint-to-pointer-cast] > shdma_chan_filter, (void *)id, dev, name); > > Please fix it, I'll drop this patch for now. Thank you. shdma_chan_filer requests "int" id as "void *" somehow. I will fix it first, and send v2 patch after that. Thank you -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html