diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-11-25 18:26:35 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-12-13 16:48:48 +0200 |
commit | a718e68ede16957e091ee8f35f7b73765e51a092 (patch) | |
tree | 3ee6aa8fd04ccbd63dbab77df8847620c485e580 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | caedcbd053bca446f8d66faf74adeb8eb3d2913f (diff) |
pinctrl: lynxpoint: Use standard pattern for memory allocation
The pattern
foo = kmalloc(sizeof(*foo), GFP_KERNEL);
has an advantage when foo type is changed. Since we are planning a such,
better to be prepared by using standard pattern for memory allocation.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions