atm: fore200e: Drop unnecessary of_match_device()
authorRob Herring <robh@kernel.org>
Fri, 6 Oct 2023 21:44:21 +0000 (16:44 -0500)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 10 Oct 2023 10:41:17 +0000 (12:41 +0200)
commitf0107b864f004bc6fa19bf6d5074b4a366f3e16a
treecf3eb6f8ae8f2324639bea47c922b28d0ea8446e
parent000677f9d6ee750fe926c2f0487956e68e333e8f
atm: fore200e: Drop unnecessary of_match_device()

It is not necessary to call of_match_device() in probe. If we made it to
probe, then we've already successfully matched.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20231006214421.339445-1-robh@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/atm/fore200e.c