usb: typec: Don't try to register component master without components
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 24 Jan 2022 09:02:28 +0000 (12:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 17:37:35 +0000 (18:37 +0100)
commit147ab5376f18045da9f22a8262185707745bbf77
treef8bb4849d5f6f70750580926d5fee7a300c5ea15
parent7817adb03cfb52ebb5bdb25fd9fc8f683a1a09d9
usb: typec: Don't try to register component master without components

This fixes NULL pointer dereference that happens if
component master is registered with empty component match
list.

Fixes: 730b49aac426 ("usb: typec: port-mapper: Convert to the component framework")
Reported-by: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
Tested-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20220124090228.41396-3-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/port-mapper.c