Hello Minas,

On Tue, Apr 17, 2018 at 4:51 AM, Minas Harutyunyan
<minas.harutyun...@synopsys.com> wrote:
> Hi Rodrigo,
>
>> == COMPILE BARFS ==
>>    CC      drivers/usb/dwc2/hcd.o
>> drivers/usb/dwc2/hcd.c: In function ‘dwc2_core_init’:
>> drivers/usb/dwc2/hcd.c:2191:22: error: ‘trdtrim’ undeclared (first use
>> in this function); did you mean ‘strstrip’?
>>    u32 usbcfg, otgctl; trdtrim;
>
> Your backport is wrong, you used semicolon instead of comma. Should be:
>      u32 usbcfg, otgctl, trdtrim;
>
> Thanks,
> Minas

Those... Punctuations!

Thank you very much! Kernel was built successfully and is now running.

Will monitor it and will let the list know about the results. Thank
you very much again!

- RF.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to