commit | 8dd41f78adebb57909cccb0272e74c79e38b5238 | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Tue Nov 19 15:21:24 2013 +0800 |
committer | Zhang Rui <rui.zhang@intel.com> | Fri Oct 10 13:57:11 2014 +0800 |
tree | 2689c5c2eaabc7ef048bb392e7b0246b3276603f | |
parent | bd6ad24342c3bc0476ba3f0b647c5ba0a71b45b4 [diff] |
ACPI / fan: remove no need check for device pointer 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>