Seeing "ibmpowernv" in dmesg is not very useful, that is just the name of the platform and doesn't identify the message as coming from the hwmon driver. Change DRVNAME to "powernv-hwmon" to make it clearer. Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> --- drivers/hwmon/ibmpowernv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/ibmpowernv.c b/drivers/hwmon/ibmpowernv.c index 6a30eeea94be..3ee00928cda9 100644 --- a/drivers/hwmon/ibmpowernv.c +++ b/drivers/hwmon/ibmpowernv.c @@ -16,7 +16,7 @@ * along with this program. */ -#define DRVNAME "ibmpowernv" +#define DRVNAME "powernv-hwmon" #define pr_fmt(fmt) DRVNAME ": " fmt #include <linux/init.h> -- 1.9.1 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors