summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2014-04-12 16:41:12 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-04-23 11:10:27 -0300
commitb05cd219ec200c1c91d59011f8692d9b1c166fbc (patch)
treeb6ee7fecaf6c723ba4fa7c2e0983234d9c299470 /tools/perf/scripts/python/netdev-times.py
parent6fcc7a528d5e23940af5acdfb1bae09088d7b662 (diff)
[media] smiapp: Fix determining the need for 8-bit read access
8-bit reads are needed in some cases; however the condition used was wrong. Regular access (register width) was used if: len == SMIAPP_REG_8BIT && !only8 This causes 8-bit read access to be used always. The operator should be || instead: regular access can be used for 8-bit reads OR if allowed otherwise. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions