We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2cb4d commit e88f516Copy full SHA for e88f516
drivers/nvmem/qcom-spmi-sdam.c
@@ -144,6 +144,7 @@ static int sdam_probe(struct platform_device *pdev)
144
sdam->sdam_config.owner = THIS_MODULE;
145
sdam->sdam_config.add_legacy_fixed_of_cells = true;
146
sdam->sdam_config.stride = 1;
147
+ sdam->sdam_config.size = sdam->size;
148
sdam->sdam_config.word_size = 1;
149
sdam->sdam_config.reg_read = sdam_read;
150
sdam->sdam_config.reg_write = sdam_write;
0 commit comments