Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281526
b: refs/heads/master
c: 43d9148
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Arnd Bergmann committed Nov 29, 2011
1 parent d643bad commit 6a9c327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 477c87e90853d136b188c50c0e4a93d01cad872e
refs/heads/master: 43d91483536437bac009f9dc6428b1828909e55a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/at91_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static int __init at91_ide_probe(struct platform_device *pdev)
apply_timings(board->chipselect, 0, ide_timing_find_mode(XFER_PIO_0), 0);

/* with GPIO interrupt we have to do quirks in handler */
if (board->irq_pin >= PIN_BASE)
if (gpio_is_valid(board->irq_pin))
host->irq_handler = at91_irq_handler;

host->ports[0]->select_data = board->chipselect;
Expand Down

0 comments on commit 6a9c327

Please sign in to comment.