diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2020-08-09 21:21:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 18:18:44 +0200 |
commit | 7d8196641ee1eea6223e68ff92362652b1c8346b (patch) | |
tree | 3082b27b065788c56f64cf73d5f082ed3f45bcc1 /drivers/regulator/as3711-regulator.c | |
parent | regulator: Convert sy8824x to json-schema (diff) | |
download | linux-7d8196641ee1eea6223e68ff92362652b1c8346b.tar.xz linux-7d8196641ee1eea6223e68ff92362652b1c8346b.zip |
regulator: Remove pointer table overallocation
The code allocates sizeof(regulator_dev) for a pointer. Make it less
generous. Let kcalloc() calculate the size, while at it.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/407fbd06a02caf038a9ba3baa51c7d6d47cd6517.1597000795.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/as3711-regulator.c')
0 files changed, 0 insertions, 0 deletions