Re: [PATCH net-next 0/2] net trigraph fixes for W=1

2020-10-29 Thread Jakub Kicinski
On Wed, 28 Oct 2020 01:22:33 +0100 Andrew Lunn wrote: > Both the Marvell mvneta and rose driver accidentally make use of a > trigraph. When compiling with W=1 an warning is issues because we have > trigraphs disabled. So for mvneta, which is only a diagnostic print, > remove the trigraph. For rose,

[PATCH net-next 0/2] net trigraph fixes for W=1

2020-10-28 Thread Andrew Lunn
Both the Marvell mvneta and rose driver accidentally make use of a trigraph. When compiling with W=1 an warning is issues because we have trigraphs disabled. So for mvneta, which is only a diagnostic print, remove the trigraph. For rose, since this is a sysfs file, escape the sequence to make it cl