commit | 3cc74758a667c5ad46fa5d6810ce701095370d35 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Jan 07 16:37:28 2009 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Wed Jan 07 16:37:28 2009 +0100 |
tree | f4771ef72e84fa5a9d83ae16269d23a0a1454656 | |
parent | 498be96834bf88a44db2f4a3115688c882e6f3e3 [diff] |
hwmon: (f71882fg) Move some io access from the detect to the probe function The f71882fg driver did some io to ioports it hadn't reserved yet in its find (detect) function, this patches moves this io to the probe function where these ports are reserved and this io belongs. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>