Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-09 Thread Kuppuswamy, Sathyanarayanan
Hi, On 7/8/2017 11:59 PM, Peter Rosin wrote: On 2017-07-08 23:22, Andy Shevchenko wrote: On Sat, Jul 8, 2017 at 9:12 PM, wrote: From: Kuppuswamy Sathyanarayanan Add dummy functions to avoid compile

Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-09 Thread Kuppuswamy, Sathyanarayanan
Hi, On 7/8/2017 11:59 PM, Peter Rosin wrote: On 2017-07-08 23:22, Andy Shevchenko wrote: On Sat, Jul 8, 2017 at 9:12 PM, wrote: From: Kuppuswamy Sathyanarayanan Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER is not enabled. I don't think the error return code

Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-09 Thread Peter Rosin
On 2017-07-08 23:22, Andy Shevchenko wrote: > On Sat, Jul 8, 2017 at 9:12 PM, > wrote: >> From: Kuppuswamy Sathyanarayanan >> >> Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER >> is

Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-09 Thread Peter Rosin
On 2017-07-08 23:22, Andy Shevchenko wrote: > On Sat, Jul 8, 2017 at 9:12 PM, > wrote: >> From: Kuppuswamy Sathyanarayanan >> >> Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER >> is not enabled. >> > > I don't think the error return code is okay to all of them. The

Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-08 Thread Andy Shevchenko
On Sat, Jul 8, 2017 at 9:12 PM, wrote: > From: Kuppuswamy Sathyanarayanan > > Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER > is not enabled. > I don't think the error return code

Re: [PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-08 Thread Andy Shevchenko
On Sat, Jul 8, 2017 at 9:12 PM, wrote: > From: Kuppuswamy Sathyanarayanan > > Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER > is not enabled. > I don't think the error return code is okay to all of them. The return value should be choosen carefully (for some functions

[PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-08 Thread sathyanarayanan . kuppuswamy
From: Kuppuswamy Sathyanarayanan Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER is not enabled. Signed-off-by: Kuppuswamy Sathyanarayanan --- include/linux/mux/consumer.h | 38

[PATCH v2 1/1] mux: consumer: Add dummy functions for !CONFIG_MULTIPLEXER case

2017-07-08 Thread sathyanarayanan . kuppuswamy
From: Kuppuswamy Sathyanarayanan Add dummy functions to avoid compile time issues when CONFIG_MULTIPLEXER is not enabled. Signed-off-by: Kuppuswamy Sathyanarayanan --- include/linux/mux/consumer.h | 38 ++ 1 file changed, 38 insertions(+) Changes since