From: Aaron Lu Date: Tue, 19 Nov 2013 07:21:24 +0000 (+0800) Subject: ACPI / fan: remove no need check for device pointer X-Git-Tag: fixes-against-v3.18-rc2~14^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd41f78adebb57909cccb0272e74c79e38b5238;p=pandora-kernel.git 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 Signed-off-by: Zhang Rui --- Reading git-diff-tree failed