regmap: debugfs: Fix a erroneous check after snprintf()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 4 Sep 2023 20:04:06 +0000 (22:04 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 11 Sep 2023 00:30:07 +0000 (01:30 +0100)
commitd3601857e14de6369f00ae19564f1d817d175d19
tree636c38b052f467c4381bc32887794534ef77df19
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
regmap: debugfs: Fix a erroneous check after snprintf()

This error handling looks really strange.
Check if the string has been truncated instead.

Fixes: f0c2319f9f19 ("regmap: Expose the driver name in debugfs")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/8595de2462c490561f70020a6d11f4d6b652b468.1693857825.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-debugfs.c