From d34b1d0f47b04c49222a441990cdce5e165b1931 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 14 Mar 2005 18:27:18 +0000 Subject: [PATCH] --- yaml --- r: 4506 b: refs/heads/master c: 0514cd938009de1d6b3239d98c3cf2a67b620103 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/flashchip.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 3f61ab43f923..ec9c710ee96d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 663259a44f440249cab1b0f3f4b82cfab8e4758d +refs/heads/master: 0514cd938009de1d6b3239d98c3cf2a67b620103 diff --git a/trunk/include/linux/mtd/flashchip.h b/trunk/include/linux/mtd/flashchip.h index e778a1ab23c4..675776fa3e27 100644 --- a/trunk/include/linux/mtd/flashchip.h +++ b/trunk/include/linux/mtd/flashchip.h @@ -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 $ * */ @@ -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;