diff options
author | Tom Rix <[email protected]> | 2022-03-12 16:48:45 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2022-05-13 11:02:17 +0200 |
commit | 97f05aad997567fa3e6301bf92074f501f8d01a3 (patch) | |
tree | 851cc89cd7b39ac35d92505bc548999250c5bbc9 /tools/perf/scripts/python | |
parent | d2facee67b4883bb3e7461a0a93fd70d0c7b7261 (diff) |
media: cec: seco: remove byte handling from smb_word_op
smb_word_op() has a parameter data_format that
determines if the data is either a byte or
word. From inspection, smb_word_op() is only
used by the macros smb_wr16() and smb_rd16()
both pass in CMD_WORD_DATA. There is no use of
smb_word_op() that passes in CMD_BYTE_DATA.
So remove the byte handling.
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions