Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165711
b: refs/heads/master
c: b873c2f
h: refs/heads/master
i:
  165709: bba428d
  165707: b1dd67f
  165703: 84a924d
  165695: 97c7950
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Sep 24, 2009
1 parent 9893603 commit e62e90e
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: 3886de938cc23d5208a34064d8363d6d7b54b461
refs/heads/master: b873c2f34ecd4a5a69b41b852cbc365694541c5f
2 changes: 1 addition & 1 deletion trunk/drivers/memstick/core/memstick.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ static int h_memstick_read_dev_id(struct memstick_dev *card,
card->id.type = id_reg.type;
card->id.category = id_reg.category;
card->id.class = id_reg.class;
dev_dbg(&card->dev, "if_mode = %02x\n", id_reg.if_mode);
}
complete(&card->mrq_complete);
dev_dbg(&card->dev, "if_mode = %02x\n", id_reg.if_mode);
return -EAGAIN;
}
}
Expand Down

0 comments on commit e62e90e

Please sign in to comment.