Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311475
b: refs/heads/master
c: b08f5bc
h: refs/heads/master
i:
  311473: 6e234f9
  311471: 71a79b2
v: v3
  • Loading branch information
Julia Lawall authored and Jeff Garzik committed Jul 25, 2012
1 parent aead59c commit ab20a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a18dada08e7fe284767e67d6e4ce8f7d40b40b09
refs/heads/master: b08f5bc40424a3c4b4c884257441141b23cfa795
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ static int pcmcia_check_one_config(struct pcmcia_device *pdev, void *priv_data)
{
int *is_kme = priv_data;

if (!(pdev->resource[0]->flags & IO_DATA_PATH_WIDTH_8)) {
if ((pdev->resource[0]->flags & IO_DATA_PATH_WIDTH)
!= IO_DATA_PATH_WIDTH_8) {
pdev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH;
pdev->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO;
}
Expand Down

0 comments on commit ab20a2b

Please sign in to comment.