]> git.neil.brown.name Git - history.git/commit
hwmon: (f71882fg) Move some io access from the detect to the probe function
authorHans de Goede <hdegoede@redhat.com>
Wed, 7 Jan 2009 15:37:28 +0000 (16:37 +0100)
committerJean Delvare <khali@linux-fr.org>
Wed, 7 Jan 2009 15:37:28 +0000 (16:37 +0100)
commit3cc74758a667c5ad46fa5d6810ce701095370d35
treef4771ef72e84fa5a9d83ae16269d23a0a1454656
parent498be96834bf88a44db2f4a3115688c882e6f3e3
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>
drivers/hwmon/f71882fg.c