Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4563
b: refs/heads/master
c: a8aff8a
h: refs/heads/master
i:
  4561: b9f0d8f
  4559: 47c2abe
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed May 25, 2005
1 parent 4593a5d commit 33d34f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b0435695cb3b3e0542c9a3f921f40b216ec37580
refs/heads/master: a8aff8ab981cc8ef170e89d85094da722644a7fd
4 changes: 2 additions & 2 deletions trunk/include/linux/mtd/map.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Overhauled routines for dealing with different mmap regions of flash */
/* $Id: map.h,v 1.51 2005/05/25 10:15:29 gleixner Exp $ */
/* $Id: map.h,v 1.52 2005/05/25 10:29:41 gleixner Exp $ */

#ifndef __LINUX_MTD_MAP_H__
#define __LINUX_MTD_MAP_H__
Expand Down Expand Up @@ -352,7 +352,7 @@ static inline map_word map_word_ff(struct map_info *map)
int i;

if (map_bankwidth(map) < MAP_FF_LIMIT) {
int bw = 8 * map_bankwidth;
int bw = 8 * map_bankwidth(map);
r.x[0] = (1 << bw) - 1;
} else {
for (i=0; i<map_words(map); i++)
Expand Down

0 comments on commit 33d34f8

Please sign in to comment.