Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235679
b: refs/heads/master
c: 4ac638b
h: refs/heads/master
i:
  235677: 6452e06
  235675: 63a52f1
  235671: aab8766
  235663: 83a4f6e
  235647: 0736a8e
v: v3
  • Loading branch information
Naveen Kumar Gaddipati authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 8116d8c commit 947c7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 3ec6080e2e5be05e6f7fbbe5ab20b0eab84e166b
refs/heads/master: 4ac638b2ce0738183019c9fe72a8cd1259eb2ad1
6 changes: 2 additions & 4 deletions trunk/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,8 @@ static int __devinit synaptics_rmi4_probe
goto err_input;
}

dev_set_name(&client->dev, platformdata->name);

if (platformdata->regulator_en) {
rmi4_data->regulator = regulator_get(&client->dev, "v-touch");
rmi4_data->regulator = regulator_get(&client->dev, "vdd");
if (IS_ERR(rmi4_data->regulator)) {
dev_err(&client->dev, "%s:get regulator failed\n",
__func__);
Expand Down Expand Up @@ -999,7 +997,7 @@ static int __devinit synaptics_rmi4_probe
retval = request_threaded_irq(platformdata->irq_number, NULL,
synaptics_rmi4_irq,
platformdata->irq_type,
platformdata->name, rmi4_data);
DRIVER_NAME, rmi4_data);
if (retval) {
dev_err(&client->dev, "%s:Unable to get attn irq %d\n",
__func__, platformdata->irq_number);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* This structure gives platform data for rmi4.
*/
struct synaptics_rmi4_platform_data {
const char *name;
int irq_number;
int irq_type;
bool x_flip;
Expand Down

0 comments on commit 947c7fd

Please sign in to comment.