Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4506
b: refs/heads/master
c: 0514cd9
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Thomas Gleixner committed May 23, 2005
1 parent cb59be2 commit d34b1d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 663259a44f440249cab1b0f3f4b82cfab8e4758d
refs/heads/master: 0514cd938009de1d6b3239d98c3cf2a67b620103
6 changes: 3 additions & 3 deletions trunk/include/linux/mtd/flashchip.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* (C) 2000 Red Hat. GPLd.
*
* $Id: flashchip.h,v 1.16 2005/02/08 17:11:15 nico Exp $
* $Id: flashchip.h,v 1.17 2005/03/14 18:27:15 bjd Exp $
*
*/

Expand Down Expand Up @@ -63,8 +63,8 @@ struct flchip {
flstate_t state;
flstate_t oldstate;

int write_suspended:1;
int erase_suspended:1;
unsigned int write_suspended:1;
unsigned int erase_suspended:1;
unsigned long in_progress_block_addr;

spinlock_t *mutex;
Expand Down

0 comments on commit d34b1d0

Please sign in to comment.