diff options
author | David Howells <[email protected]> | 2015-04-02 08:03:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2015-06-10 11:00:06 -0300 |
commit | 80868c8e5c04bb725e411b078881b65ebbecd142 (patch) | |
tree | 129bc0207fc55814a2dd6c964f14ec887c32a2f4 /tools/perf/scripts/python/stackcollapse.py | |
parent | f158cbceb165f318a89a8bb831dc3ea27823b3f8 (diff) |
[media] ts2020: Add a comment about lifetime of on-stack pdata in ts2020_attach()
ts2020_attach() allocates a variable pdata on the stack and then passes a
pointer to it to i2c_new_device() which stashes the pointer in persistent
structures.
Add a comment to the effect that this isn't actually an error because the
contents of the variable are only used in ts2020_probe() and this is only
called ts2020_attach()'s stack frame exists.
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions