diff options
| author | Steven Lee <[email protected]> | 2021-09-07 17:55:25 +0800 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2021-09-22 11:23:10 +0200 |
| commit | f6c35df22708438c94605b8896d2b4e4d5f342a3 (patch) | |
| tree | e3703eaa07df5ef7795fb33682d36abff542cc65 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
| parent | 2dd824cca3407bc9a2bd11b00f6e117b66fcfcf1 (diff) | |
gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler.
The current hwirq is calculated based on the old GPIO pin order(input
GPIO range is from 0 to ngpios - 1).
It should be calculated based on the current GPIO input pin order(input
GPIOs are 0, 2, 4, ..., (ngpios - 1) * 2).
Signed-off-by: Steven Lee <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions