hwmon: (core) remove redundant cast
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 26 Oct 2018 22:30:59 +0000 (00:30 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 3 Dec 2018 00:25:28 +0000 (16:25 -0800)
commit3b443def46cc730c0ba590c5692d085b80a8659c
tree9dee5c2961377332d8540915c9e953b3999e8683
parent6e5c06ad94115e58e4f274bdaed2618b1e39ac38
hwmon: (core) remove redundant cast

struct attribute::name which this local variable name is eventually
assigned to is "const char*", and so is the template parameter. We might
as well preserve the constness all the way through.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/hwmon.c