Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310878
b: refs/heads/master
c: e58c5de
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jun 12, 2012
1 parent 51f14f6 commit 0ab8d7a
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: 027253c138a12b075e724f94b6cc43fd7071c14f
refs/heads/master: e58c5de8f59d124907c993ea3126c69493b7eec7
3 changes: 2 additions & 1 deletion trunk/drivers/ide/ide-cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 0ab8d7a

Please sign in to comment.