commit | 2264997254ca1123967ed890c7924ca848c512a5 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sat Jan 07 13:18:11 2023 -0800 |
committer | Wolfram Sang <wsa@kernel.org> | Fri Jan 20 09:55:45 2023 +0100 |
tree | dfecd2a3b181352f21783de80cbeac5e074e6e67 | |
parent | 72f94ff21a264993c1c785f21ddc18d0cb1fccd2 [diff] |
i2c: cadence: Remove `irq` field from driver state struct The irq field of the driver state struct is only used in the probe function. There is no need to keep it around. Remove it from the state struct and use a on-stack variable instead. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Reviewed-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>