Use the appropriate values for the notifies. No change in behavior

since both notifies result in the same function being called.

Found by:	documenting the code
This commit is contained in:
njl 2003-12-31 19:11:19 +00:00
parent 6d0a5af017
commit 20c0379ef3

View File

@ -50,8 +50,8 @@ ACPI_MODULE_NAME("THERMAL")
#define TZ_KELVTOC(x) (((x) - TZ_ZEROC) / 10), (((x) - TZ_ZEROC) % 10)
#define TZ_NOTIFY_TEMPERATURE 0x80
#define TZ_NOTIFY_DEVICES 0x81
#define TZ_NOTIFY_LEVELS 0x82
#define TZ_NOTIFY_LEVELS 0x81
#define TZ_NOTIFY_DEVICES 0x82
/* Check for temperature changes every 30 seconds by default */
#define TZ_POLLRATE 30