Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357615
b: refs/heads/master
c: 678e8cb
h: refs/heads/master
i:
  357613: 250f4ed
  357611: a9739a0
  357607: 6d8fb2d
  357599: 155f087
v: v3
  • Loading branch information
Qing Xu authored and Samuel Ortiz committed Feb 13, 2013
1 parent 15759c3 commit 7ccc139
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: f9ed143180ffe94a617671aa4ed4106ae183407c
refs/heads/master: 678e8cb50647a7580b8122937e8e6e50d949267d
3 changes: 0 additions & 3 deletions trunk/drivers/input/misc/max8925_onkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ static int max8925_onkey_probe(struct platform_device *pdev)
input->dev.parent = &pdev->dev;
input_set_capability(input, EV_KEY, KEY_POWER);

irq[0] += chip->irq_base;
irq[1] += chip->irq_base;

error = request_threaded_irq(irq[0], NULL, max8925_onkey_handler,
IRQF_ONESHOT, "onkey-down", info);
if (error < 0) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/max8925-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ int max8925_device_init(struct max8925_chip *chip,

ret = mfd_add_devices(chip->dev, 0, &onkey_devs[0],
ARRAY_SIZE(onkey_devs),
NULL, 0, NULL);
NULL, chip->irq_base, NULL);
if (ret < 0) {
dev_err(chip->dev, "Failed to add onkey subdev\n");
goto out_dev;
Expand Down

0 comments on commit 7ccc139

Please sign in to comment.