diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-07-06 20:32:26 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-15 22:01:03 +0530 |
commit | 65ad60600f5a3bf4c4edfbb95992af6ff2dfc18a (patch) | |
tree | 49a3b6b5e78b4b2f16540712094a6b55b0e1ab1e /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 6079d38ca21e80c13af2d8f8a7b062a0e28615c9 (diff) |
dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *
The pl330_chid field of the dma_pl330_chan struct always holds a pointer to the
thread that is associated with the channel. Changing its type form void * to
struct pl330_thread makes things more type safe and removes the need for
unnecessary typecasts. While we are at it also rename the field from the cryptic
pl330_chid to thread.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions