projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
atm: solos-pci: Fix potential deadlock on &cli_queue_lock
[linux.git]
/
drivers
/
nvmem
/
apple-efuses.c
diff --git
a/drivers/nvmem/apple-efuses.c
b/drivers/nvmem/apple-efuses.c
index 9b7c871021043de0c026c56dc915293a5fd15b58..d3d49d22338b3bb9587224f9ec18aff9bf35281c 100644
(file)
--- a/
drivers/nvmem/apple-efuses.c
+++ b/
drivers/nvmem/apple-efuses.c
@@
-36,6
+36,7
@@
static int apple_efuses_probe(struct platform_device *pdev)
struct resource *res;
struct nvmem_config config = {
.dev = &pdev->dev,
+ .add_legacy_fixed_of_cells = true,
.read_only = true,
.reg_read = apple_efuses_read,
.stride = sizeof(u32),
This page took
0.035773 seconds
and
4
git commands to generate.