From: Wei Yongjun <redacted>
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun <redacted>
---
drivers/input/joystick/as5011.c | 1 +
1 file changed, 1 insertion(+)
@@ -288,6 +288,7 @@ static int as5011_probe(struct i2c_client *client,if(irq<0){dev_err(&client->dev,"Failed to get irq number for button gpio\n");+error=irq;gotoerr_free_button_gpio;}
On Fri, Aug 23, 2013 at 10:54:55AM +0800, Wei Yongjun wrote:
From: Wei Yongjun <redacted>
Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.
Signed-off-by: Wei Yongjun <redacted>
@@ -288,6 +288,7 @@ static int as5011_probe(struct i2c_client *client,if(irq<0){dev_err(&client->dev,"Failed to get irq number for button gpio\n");+error=irq;gotoerr_free_button_gpio;}