Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119791
b: refs/heads/master
c: 9168ab8
h: refs/heads/master
i:
  119789: d6fd0ee
  119787: e865cb7
  119783: 7d1fb91
  119775: 8ef89cb
v: v3
  • Loading branch information
Mike Frysinger authored and David Woodhouse committed Nov 26, 2008
1 parent aea3acc commit 095b81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a3d3f73ccbd68b3557c4aaf9f6246ea21d922835
refs/heads/master: 9168ab861ae3eb8942da61d884a5c1980ba98a5f
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/m25p80.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ static struct flash_info *__devinit jedec_probe(struct spi_device *spi)
tmp < ARRAY_SIZE(m25p_data);
tmp++, info++) {
if (info->jedec_id == jedec) {
if (ext_jedec != 0 && info->ext_id != ext_jedec)
if (info->ext_id != 0 && info->ext_id != ext_jedec)
continue;
return info;
}
Expand Down

0 comments on commit 095b81a

Please sign in to comment.