]> git.baikalelectronics.ru Git - kernel.git/commit
spi: update modalias_show after of_device_uevent_modalias support
authorAndreas Schwab <schwab@suse.de>
Thu, 22 Jul 2021 13:48:45 +0000 (15:48 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 22 Jul 2021 15:02:23 +0000 (16:02 +0100)
commitc759c40fe9ae87a999947efddbe0fbcdc9b36f0e
tree12ac6a1e8f74bc780d528c44a46188a03a20b778
parent9b5de4f71e7297888bde65bf5acd57afddb6717b
spi: update modalias_show after of_device_uevent_modalias support

Commit 9e0f5c3de2e0 ("spi: add of_device_uevent_modalias support") is
incomplete, as it didn't update the modalias_show function to generate the
of: modalias string if available.

Fixes: 9e0f5c3de2e0 ("spi: add of_device_uevent_modalias support")
Signed-off-by: Andreas Schwab <schwab@suse.de>
Link: https://lore.kernel.org/r/mvmwnpi4fya.fsf@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c