projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e33e48
)
bcma: fix NAND flash validation
author
Rafał Miłecki
<zajec5@gmail.com>
Sun, 27 Jan 2013 13:30:29 +0000
(14:30 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 28 Jan 2013 19:48:53 +0000
(14:48 -0500)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_chipcommon_nflash.c
patch
|
blob
|
history
diff --git
a/drivers/bcma/driver_chipcommon_nflash.c
b/drivers/bcma/driver_chipcommon_nflash.c
index
dbda91e
..
1f0b83e
100644
(file)
--- a/
drivers/bcma/driver_chipcommon_nflash.c
+++ b/
drivers/bcma/driver_chipcommon_nflash.c
@@
-21,7
+21,7
@@
int bcma_nflash_init(struct bcma_drv_cc *cc)
struct bcma_bus *bus = cc->core->bus;
if (bus->chipinfo.id != BCMA_CHIP_ID_BCM4706 &&
- cc->core->id.rev !=
0x
38) {
+ cc->core->id.rev != 38) {
bcma_err(bus, "NAND flash on unsupported board!\n");
return -ENOTSUPP;
}