usb: typec: ucsi: Don't attempt to resume the ports before they exist
commit
f677bbb091bbaa428b84a089338855f20101178b upstream.
This will fix null pointer dereference that was caused by
the driver attempting to resume ports that were not yet
registered.
Fixes: 2d7fb0b380ff ("usb: typec: ucsi: Resume in separate work")
Cc: <stable@vger.kernel.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216697
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20230131141518.78215-1-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>