Re: [PATCH] usb: typec: ucsi: fix link error on randconfig

2018-04-12 Thread Heikki Krogerus
On Tue, Apr 10, 2018 at 10:51:13AM +0300, Heikki Krogerus wrote: > If building a kernel without FTRACE but with TRACING, > ucsi.ko fails to link due to missing trace events. Fix this > by using the correct Kconfig symbol on Makefile. > > Reported-by: Tobias Regnery >

[PATCH] usb: typec: ucsi: fix link error on randconfig

2018-04-10 Thread Heikki Krogerus
If building a kernel without FTRACE but with TRACING, ucsi.ko fails to link due to missing trace events. Fix this by using the correct Kconfig symbol on Makefile. Reported-by: Tobias Regnery Fixes: c1b0bc2dabfa ("usb: typec: Add support for UCSI interface") Cc: