Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14765
b: refs/heads/master
c: 3eb8cea
h: refs/heads/master
i:
  14763: edbf3a8
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Thomas Gleixner committed Nov 29, 2005
1 parent 5c123a6 commit 853e981
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: 21eeb7aa116b1f59fc23339521173cbb13e57f1a
refs/heads/master: 3eb8ceac486ed9b6eceed098423f1ca6b180ec9d
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/devices/ms02-nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
* $Id: ms02-nv.c,v 1.10 2005/06/20 12:24:41 macro Exp $
* $Id: ms02-nv.c,v 1.11 2005/11/14 13:41:47 macro Exp $
*/

#include <linux/init.h>
Expand Down Expand Up @@ -293,13 +293,13 @@ static int __init ms02nv_init(void)

switch (mips_machtype) {
case MACH_DS5000_200:
csr = (volatile u32 *)KN02_CSR_BASE;
csr = (volatile u32 *)CKSEG1ADDR(KN02_SLOT_BASE + KN02_CSR);
if (*csr & KN02_CSR_BNK32M)
stride = 2;
break;
case MACH_DS5000_2X0:
case MACH_DS5900:
csr = (volatile u32 *)KN03_MCR_BASE;
csr = (volatile u32 *)CKSEG1ADDR(KN03_SLOT_BASE + IOASIC_MCR);
if (*csr & KN03_MCR_BNK32M)
stride = 2;
break;
Expand Down

0 comments on commit 853e981

Please sign in to comment.