diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2022-04-08 18:32:58 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2022-04-08 18:33:55 -0700 |
commit | db6c4ee7838c3a91ef15777f8d0f80a3cd5d3bb8 (patch) | |
tree | 3228867402a833f0a776495633bac6d4bc7a6c8c /scripts/gdb/linux/config.py | |
parent | a949087c2285c8de4f0f204cab2d4eece9d929a2 (diff) |
Input: mt6779-keypad - move iomem pointer to probe function
The mmio base address is used for the only purpose of initializing
regmap for this driver, hence it's not necessary to have it in the
main driver structure, as it is used only in the probe() callback.
Move it local to function mt6779_keypad_pdrv_probe().
This commit brings no functional changes.
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions