diff options
author | 2020-03-05 17:34:28 +0530 | |
---|---|---|
committer | 2020-03-06 14:19:57 +0100 | |
commit | 2dea2d1182179e7dded5352d3ed9f84ad3945b93 (patch) | |
tree | a6f35ef1026a7775d0ac4029b5e6c85bcc16423c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | MAINTAINERS: adjust to reservation.h renaming (diff) | |
download | linux-dev-2dea2d1182179e7dded5352d3ed9f84ad3945b93.tar.xz linux-dev-2dea2d1182179e7dded5352d3ed9f84ad3945b93.zip |
drm: Remove unused arg from drm_fb_helper_init
The max connector argument for drm_fb_helper_init() isn't used anymore
hence remove it.
All the drm_fb_helper_init() calls are modified with below sementic
patch.
@@
expression E1, E2, E3;
@@
- drm_fb_helper_init(E1,E2, E3)
+ drm_fb_helper_init(E1,E2)
Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200305120434.111091-2-pankaj.laxminarayan.bharadiya@intel.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions