Re: [PATCH] gpio:Fix error checking in the function device_pca957x_init

2015-09-25 Thread Linus Walleij
On Wed, Aug 26, 2015 at 2:52 PM, Nicholas Krause wrote: > This fixes error checking in the function device_pca957x_init > to properly check and return error code values from the calls > to the function pca953x_write_regs if they fail as to properly > signal callers when a error occurs due a

Re: [PATCH] gpio:Fix error checking in the function device_pca957x_init

2015-09-25 Thread Linus Walleij
On Wed, Aug 26, 2015 at 2:52 PM, Nicholas Krause wrote: > This fixes error checking in the function device_pca957x_init > to properly check and return error code values from the calls > to the function pca953x_write_regs if they fail as to properly > signal callers when a

Re: [PATCH] gpio:Fix error checking in the function device_pca957x_init

2015-09-02 Thread Alexandre Courbot
Nit: please don't forget a space after "gpio:" in your subject line. On Thu, Aug 27, 2015 at 6:52 AM, Nicholas Krause wrote: > This fixes error checking in the function device_pca957x_init > to properly check and return error code values from the calls > to the function pca953x_write_regs if

Re: [PATCH] gpio:Fix error checking in the function device_pca957x_init

2015-09-02 Thread Alexandre Courbot
Nit: please don't forget a space after "gpio:" in your subject line. On Thu, Aug 27, 2015 at 6:52 AM, Nicholas Krause wrote: > This fixes error checking in the function device_pca957x_init > to properly check and return error code values from the calls > to the function