Skip to content
Commit 51b3e270 authored by Andrew Klossner's avatar Andrew Klossner Committed by Jean Delvare
Browse files

hwmon: (f75375s) Remove unnecessary and confusing initialization



f75375_probe calls i2c_get_clientdata to initialize the data pointer,
but there isn't yet any client data to get, and the value is never
used before the variable is assigned a new value seven lines later.

The call doesn't hurt anything and wastes only a couple of cycles.
The reason to fix it is because this module serves as an example to
hackers writing new hwmon drivers, and this part of the example is
confusing.

Signed-off-by: default avatarAndrew Klossner <andrew@cesa.opbu.xerox.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent e267d250
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment