net: phy: micrel: drop superfluous use of temp variable
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 14 Mar 2023 12:49:27 +0000 (13:49 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Mar 2023 04:32:02 +0000 (21:32 -0700)
commita57cc54d69d601282c4451010b12f53630834203
tree22006e7252e62aa8af2a1d7a3b2e42f6bf63edac
parent83456576a42050cc0675aece14277a3cbdee9cbe
net: phy: micrel: drop superfluous use of temp variable

'temp' was used before commit c0c99d0cd107 ("net: phy: micrel: remove
the use of .ack_interrupt()") refactored the code. Now, we can simplify
it a little.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230314124928.44948-1-wsa+renesas@sang-engineering.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/micrel.c