Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231709
b: refs/heads/master
c: e8953b7
h: refs/heads/master
i:
  231707: a13c559
v: v3
  • Loading branch information
Guillaume LECERF authored and David Woodhouse committed Jan 6, 2011
1 parent 51fdc8f commit 7ad2daa
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e637276370cb11068ab185c342eac5a78e5415b4
refs/heads/master: e8953b7395089b917f30d0909f845664d5fafa4e
4 changes: 3 additions & 1 deletion trunk/drivers/mtd/chips/cfi_cmdset_0002.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,12 @@ static void cfi_fixup_major_minor(struct cfi_private *cfi,
struct cfi_pri_amdstd *extp)
{
if (cfi->mfr == CFI_MFR_SAMSUNG) {
if (extp->MajorVersion == '0' && extp->MinorVersion == '0') {
if ((extp->MajorVersion == '0' && extp->MinorVersion == '0') ||
(extp->MajorVersion == '3' && extp->MinorVersion == '3')) {
/*
* Samsung K8P2815UQB and K8D6x16UxM chips
* report major=0 / minor=0.
* K8D3x16UxC chips report major=3 / minor=3.
*/
printk(KERN_NOTICE " Fixing Samsung's Amd/Fujitsu"
" Extended Query version to 1.%c\n",
Expand Down

0 comments on commit 7ad2daa

Please sign in to comment.