]> git.baikalelectronics.ru Git - kernel.git/commit
tpm: fix format string error in tpm-chip.c
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 20 Jan 2015 10:03:35 +0000 (12:03 +0200)
committerPeter Huewe <peterhuewe@gmx.de>
Tue, 20 Jan 2015 20:28:36 +0000 (21:28 +0100)
commit39401a134d3d5948e5a086c8c4f1d161d56699c6
tree9abd3c040121b275e9ebddc9823ec7f6bf55b9b8
parentccf9c697c49ab1beef2c3538e4e58efc01446130
tpm: fix format string error in tpm-chip.c

dev_set_name() takes three arguments where the second argument is
a format string. This patch fixes the call accordingly in tpm-chip.c

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Fixes: 1d542b6dfd33 ("tpm: device class for tpm")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/tpm-chip.c