diff options
| author | Juan Antonio Aldea-Armenteros <[email protected]> | 2020-07-27 19:48:12 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-09-03 11:00:44 +0200 |
| commit | 8d1fdaa50c0adc131f4165d0da461a8a0d2fa46b (patch) | |
| tree | f33a21d55419f857ce180136d26617e078acaff2 /tools/perf/scripts/python/flamegraph.py | |
| parent | 714d85f0ebae521ff6ef4bcf7c58a4a3d0213653 (diff) | |
media: atomisp: mt9m114: replace fixed function names
There are a couple of debug messages using hardcoded function names
instead of the preferred __func__ magic constant.
Replace them:
WARNING: Prefer using '"%s...", __func__' to using 'misensor_rmw_reg', this function's name, in a string
215: FILE: ./media/atomisp/i2c/atomisp-mt9m114.c:215:
+ v4l2_err(client, "misensor_rmw_reg error exit, read failed\n");
WARNING: Prefer using '"%s...", __func__' to using 'misensor_rmw_reg', this function's name, in a string
236: FILE: ./media/atomisp/i2c/atomisp-mt9m114.c:236:
+ v4l2_err(client, "misensor_rmw_reg error exit, write failed\n");
Signed-off-by: Juan Antonio Aldea-Armenteros <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions