aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorSergio Paracuellos <[email protected]>2018-05-04 06:16:10 +0200
committerGreg Kroah-Hartman <[email protected]>2018-05-06 18:58:37 -0700
commit49705f9a0ddd5bc4b694fae9bcfe03a2c0eb9cdd (patch)
tree4d4b29e856c5ac4f9eb7af141766186413d7918c /tools/perf/scripts/python/bin/stackcollapse-record
parenta98ebb8f8b1dbc194a60b81d849a2bb939980fbb (diff)
staging: ks7010: use u8 instead of unsigned char in write_to_device function
Parameter buffer in write_to_device function is declared as a pointer to unsigned char and can be declared as an u8 type which is preferred. Internally it calls to ks7010_sdio_write which is using also u8 as parameter type. Update calls to this function as well. Signed-off-by: Sergio Paracuellos <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions