RE: [patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-04 Thread Vadim Pasternak
ernel@vger.kernel.org; j...@resnulli.us > Subject: Re: [patch v1 1/1] leds: verify vendor and change license in mlxcpld > driver > > Hi Vadim, > > On 11/03/2016 08:17 PM, Vadim Pasternak wrote: > > Verify that vendor is Mellanox as the first step of initialization. > &

RE: [patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-04 Thread Vadim Pasternak
...@resnulli.us > Subject: Re: [patch v1 1/1] leds: verify vendor and change license in mlxcpld > driver > > Hi Vadim, > > On 11/03/2016 08:17 PM, Vadim Pasternak wrote: > > Verify that vendor is Mellanox as the first step of initialization. > > If it is not - return E

Re: [patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-04 Thread Jacek Anaszewski
Hi Vadim, On 11/03/2016 08:17 PM, Vadim Pasternak wrote: Verify that vendor is Mellanox as the first step of initialization. If it is not - return ENODEV. Change module license from "GPL v2" to "Dual BSD/GPL". Signed-off-by: Vadim Pasternak ---

Re: [patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-04 Thread Jacek Anaszewski
Hi Vadim, On 11/03/2016 08:17 PM, Vadim Pasternak wrote: Verify that vendor is Mellanox as the first step of initialization. If it is not - return ENODEV. Change module license from "GPL v2" to "Dual BSD/GPL". Signed-off-by: Vadim Pasternak --- drivers/leds/leds-mlxcpld.c | 5 - 1 file

[patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-03 Thread Vadim Pasternak
Verify that vendor is Mellanox as the first step of initialization. If it is not - return ENODEV. Change module license from "GPL v2" to "Dual BSD/GPL". Signed-off-by: Vadim Pasternak --- drivers/leds/leds-mlxcpld.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[patch v1 1/1] leds: verify vendor and change license in mlxcpld driver

2016-11-03 Thread Vadim Pasternak
Verify that vendor is Mellanox as the first step of initialization. If it is not - return ENODEV. Change module license from "GPL v2" to "Dual BSD/GPL". Signed-off-by: Vadim Pasternak --- drivers/leds/leds-mlxcpld.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git