Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235715
b: refs/heads/master
c: dc7b202
h: refs/heads/master
i:
  235713: 448a322
  235711: ac8114a
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Jan 25, 2011
1 parent 5f933ef commit 02ea3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5673db40e28732431b1d3c6433638408f913142e
refs/heads/master: dc7b202a4ee6cb686e2bbef80c84443f43ec91bd
4 changes: 1 addition & 3 deletions trunk/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ static int __devinit synaptics_rmi4_probe
retval = input_register_device(rmi4_data->input_dev);
if (retval) {
dev_err(&client->dev, "%s:input register failed\n", __func__);
goto err_input_register;
goto err_query_dev;
}

/* Clear interrupts */
Expand All @@ -1009,8 +1009,6 @@ static int __devinit synaptics_rmi4_probe
err_request_irq:
free_irq(platformdata->irq_number, rmi4_data);
input_unregister_device(rmi4_data->input_dev);
err_input_register:
i2c_set_clientdata(client, NULL);
err_query_dev:
if (platformdata->regulator_en) {
regulator_disable(rmi4_data->regulator);
Expand Down

0 comments on commit 02ea3b6

Please sign in to comment.