On Sun, Sep 07, 2025 at 12:20:20PM +0200, Christophe JAILLET wrote: > Use devm_mutex_init() instead of hand-writing it. > > This saves some LoC, improves readability and saves some space in the > generated .o file. > > Before: > ====== > text data bss dec hex filename > 25878 11329 128 37335 91d7 drivers/hwmon/nzxt-smart2.o > > After: > ===== > text data bss dec hex filename > 25551 11257 128 36936 9048 drivers/hwmon/nzxt-smart2.o > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Applied. Guenter