Re: [PATCH 0/7 v2] net: Fix platform_get_irq's error checking

2017-12-05 Thread Arvind Yadav
Hi Sergei, On Tuesday 05 December 2017 03:27 PM, Sergei Shtylyov wrote: On 12/5/2017 12:54 PM, Sergei Shtylyov wrote: The platform_get_irq() function returns negative number if an error occurs, Zero if No irq is found and positive number if irq gets successful. No, returning 0 is not a

Re: [PATCH 0/7 v2] net: Fix platform_get_irq's error checking

2017-12-05 Thread Sergei Shtylyov
On 12/5/2017 12:54 PM, Sergei Shtylyov wrote: The platform_get_irq() function returns negative number if an error occurs, Zero if No irq is found and positive number if irq gets successful.    No, returning 0 is not a failure indication anymore! It used to be but not any longer... And I

Re: [PATCH 0/7 v2] net: Fix platform_get_irq's error checking

2017-12-05 Thread Sergei Shtylyov
On 12/4/2017 8:48 PM, Arvind Yadav wrote: The platform_get_irq() function returns negative number if an error occurs, Zero if No irq is found and positive number if irq gets successful. No, returning 0 is not a failure indication anymore. It used to be but not any longer... platform_get