diff options
author | Hans de Goede <hdegoede@redhat.com> | 2023-01-15 13:56:20 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-02-08 08:24:34 +0100 |
commit | e25a2589e310d8592ca4197c66ad1bfa6eaf99ca (patch) | |
tree | b1fdda970d3db403ca4cf6f9c9786e91cabb1e5c /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 361835086993b80fcb1ce006b2c0559ffaf4cfd7 (diff) |
media: atomisp: ov2680: s/dev/sensor/
Using dev as name for variables pointing to struct ov2680_device is a bit
unfortunate choice.
All the recently added / rewritten code is already using sensor for this,
replace the remaining usages of "struct ov2680_device *dev" with
"struct ov2680_device *sensor".
Note the power_up()/power_down() related functions are not changed as
these will be removed in one of the next patches.
No functional changes.
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions