1
0
Fork 0

hwmon: (lm95241) Update module description to include LM95231

This driver also supports LM95231.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
steinar/wifi_calib_4_9_kernel
Axel Lin 2016-09-13 15:27:48 +08:00 committed by Guenter Roeck
parent ca05ab20f1
commit 0a8784e792
1 changed files with 1 additions and 1 deletions

View File

@ -505,5 +505,5 @@ static struct i2c_driver lm95241_driver = {
module_i2c_driver(lm95241_driver);
MODULE_AUTHOR("Davide Rizzo <elpa.rizzo@gmail.com>");
MODULE_DESCRIPTION("LM95241 sensor driver");
MODULE_DESCRIPTION("LM95231/LM95241 sensor driver");
MODULE_LICENSE("GPL");