Re: [PATCH 04/36] usb: serial: ti_usb_3410_5052: Use inline functions rather than macro

2016-07-15 Thread Johan Hovold
On Thu, May 12, 2016 at 03:00:39PM +0300, Sergei Shtylyov wrote: > Hello. > > On 5/12/2016 11:48 AM, Mathieu OTHACEHE wrote: > > > Inline functions are preferable to macros resembling functions. > > > > Signed-off-by: Mathieu OTHACEHE > > --- > > drivers/usb/serial/ti_usb_3410_5052.c | 16 +

Re: [PATCH 04/36] usb: serial: ti_usb_3410_5052: Use inline functions rather than macro

2016-05-12 Thread Sergei Shtylyov
Hello. On 5/12/2016 11:48 AM, Mathieu OTHACEHE wrote: Inline functions are preferable to macros resembling functions. Signed-off-by: Mathieu OTHACEHE --- drivers/usb/serial/ti_usb_3410_5052.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/usb/se

[PATCH 04/36] usb: serial: ti_usb_3410_5052: Use inline functions rather than macro

2016-05-12 Thread Mathieu OTHACEHE
Inline functions are preferable to macros resembling functions. Signed-off-by: Mathieu OTHACEHE --- drivers/usb/serial/ti_usb_3410_5052.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_