net: ravb: Keep the reverse order of operations in ravb_close()
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Wed, 14 Feb 2024 13:57:56 +0000 (15:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2024 08:32:03 +0000 (08:32 +0000)
commita5f149a97d09cc9340d8fb4e22a3074a7bc1e02d
treea0859d64dcb6daee4dcf39e6bf1a3a7846eec230
parenta260f080660ef8bac97404dd0b9ddbe35a608426
net: ravb: Keep the reverse order of operations in ravb_close()

Keep the reverse order of operations in ravb_close() when compared with
ravb_open(). This is the recommended configuration sequence.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/ravb_main.c