Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-28 Thread kbuild test robot
Hi Pranay, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.10 next-20170228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-28 Thread kbuild test robot
Hi Pranay, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.10 next-20170228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-24 Thread Greg KH
On Wed, Feb 22, 2017 at 12:50:26PM +0530, Pranay Kr. Srivastava wrote: > This patch makes spk_set_key_info return -EINVAL > in case of failure instead of returning 4 different > values for the type of error that occurred. > > Print the offending values instead as debug message. > >

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-24 Thread Greg KH
On Wed, Feb 22, 2017 at 12:50:26PM +0530, Pranay Kr. Srivastava wrote: > This patch makes spk_set_key_info return -EINVAL > in case of failure instead of returning 4 different > values for the type of error that occurred. > > Print the offending values instead as debug message. > >

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-24 Thread kbuild test robot
Hi Pranay, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-24 Thread kbuild test robot
Hi Pranay, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.10] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-22 Thread Samuel Thibault
Pranay Kr. Srivastava, on mer. 22 févr. 2017 12:50:26 +0530, wrote: > This patch makes spk_set_key_info return -EINVAL > in case of failure instead of returning 4 different > values for the type of error that occurred. > > Print the offending values instead as debug message. > > Signed-off-by:

Re: [PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-22 Thread Samuel Thibault
Pranay Kr. Srivastava, on mer. 22 févr. 2017 12:50:26 +0530, wrote: > This patch makes spk_set_key_info return -EINVAL > in case of failure instead of returning 4 different > values for the type of error that occurred. > > Print the offending values instead as debug message. > > Signed-off-by:

[PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-21 Thread Pranay Kr. Srivastava
This patch makes spk_set_key_info return -EINVAL in case of failure instead of returning 4 different values for the type of error that occurred. Print the offending values instead as debug message. Signed-off-by: Pranay Kr. Srivastava --- drivers/staging/speakup/main.c | 27

[PATCH-SPEAKUP 1/2] return same error value from spk_set_key_info

2017-02-21 Thread Pranay Kr. Srivastava
This patch makes spk_set_key_info return -EINVAL in case of failure instead of returning 4 different values for the type of error that occurred. Print the offending values instead as debug message. Signed-off-by: Pranay Kr. Srivastava --- drivers/staging/speakup/main.c | 27