ACPI / fan: remove no need check for device pointer
authorAaron Lu <aaron.lu@intel.com>
Tue, 19 Nov 2013 07:21:24 +0000 (15:21 +0800)
committerZhang Rui <rui.zhang@intel.com>
Fri, 10 Oct 2014 05:57:11 +0000 (13:57 +0800)
The device pointer will not be NULL in the PM callback and ACPI driver's
add/remove callback, so checking NULL for them isn't necessary.

Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>

No differences found