DESC pcmcia: ricoh.h mask fix EDEC From: KOMURO , Alan Cox RL5C4XX_16BIT_MEM_0 was wrong. drivers/pcmcia/ricoh.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/pcmcia/ricoh.h~ricoh-mask-fix drivers/pcmcia/ricoh.h --- 25/drivers/pcmcia/ricoh.h~ricoh-mask-fix 2003-09-01 11:01:33.000000000 -0700 +++ 25-akpm/drivers/pcmcia/ricoh.h 2003-09-01 11:01:59.000000000 -0700 @@ -109,7 +109,7 @@ /* 16-bit IO and memory timing registers */ #define RL5C4XX_16BIT_IO_0 0x0088 /* 16 bit */ -#define RL5C4XX_16BIT_MEM_0 0x0088 /* 16 bit */ +#define RL5C4XX_16BIT_MEM_0 0x008a /* 16 bit */ #define RL5C4XX_SETUP_MASK 0x0007 #define RL5C4XX_SETUP_SHIFT 0 #define RL5C4XX_CMD_MASK 0x01f0 _