Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143534
b: refs/heads/master
c: 0bc69ce
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Dmitry Torokhov committed Apr 15, 2009
1 parent f6798a7 commit 06fe9a3
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 7f6d5ff22b06d0c4db7b3b1eae336a19e88f808c
refs/heads/master: 0bc69ce692bd240bef2819d9f3b3527fad524f5b
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/ad7877.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@ static int __devinit ad7877_probe(struct spi_device *spi)

/* Request AD7877 /DAV GPIO interrupt */

err = request_irq(spi->irq, ad7877_irq, IRQF_TRIGGER_FALLING |
IRQF_SAMPLE_RANDOM, spi->dev.driver->name, ts);
err = request_irq(spi->irq, ad7877_irq, IRQF_TRIGGER_FALLING,
spi->dev.driver->name, ts);
if (err) {
dev_dbg(&spi->dev, "irq %d busy?\n", spi->irq);
goto err_free_mem;
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/input/touchscreen/ad7879.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,7 @@ static int __devinit ad7879_construct(bus_device *bus, struct ad7879 *ts)
ad7879_setup(ts);

err = request_irq(bus->irq, ad7879_irq,
IRQF_TRIGGER_FALLING | IRQF_SAMPLE_RANDOM,
bus->dev.driver->name, ts);
IRQF_TRIGGER_FALLING, bus->dev.driver->name, ts);

if (err) {
dev_err(&bus->dev, "irq %d busy?\n", bus->irq);
Expand Down

0 comments on commit 06fe9a3

Please sign in to comment.