diff options
| author | Marc Kleine-Budde <mkl@pengutronix.de> | 2020-07-03 12:33:15 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-29 10:18:37 +0200 |
| commit | 01d7bd8903d877f0234e567ceba671161ceee5ae (patch) | |
| tree | ae3247b9f00650e5b0f907bdb29acb51c64ff0f4 /drivers/hwmon | |
| parent | bbc0b6e1840544dc436b3d6684c129b8e33a108d (diff) | |
| download | linux-01d7bd8903d877f0234e567ceba671161ceee5ae.tar.gz linux-01d7bd8903d877f0234e567ceba671161ceee5ae.tar.bz2 linux-01d7bd8903d877f0234e567ceba671161ceee5ae.zip | |
regmap: dev_get_regmap_match(): fix string comparison
[ Upstream commit e84861fec32dee8a2e62bbaa52cded6b05a2a456 ]
This function is used by dev_get_regmap() to retrieve a regmap for the
specified device. If the device has more than one regmap, the name parameter
can be used to specify one.
The code here uses a pointer comparison to check for equal strings. This
however will probably always fail, as the regmap->name is allocated via
kstrdup_const() from the regmap's config->name.
Fix this by using strcmp() instead.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/r/20200703103315.267996-1-mkl@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/hwmon')
0 files changed, 0 insertions, 0 deletions
