From: Dan Carpenter Date: Fri, 18 Oct 2013 09:01:43 +0000 (+0300) Subject: ACPI / osl: remove an unneeded NULL check X-Git-Tag: v3.13-rc1~96^2~19^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2be4e0edff4a1021b6743ca6859129cd8e7067;p=pandora-kernel.git ACPI / osl: remove an unneeded NULL check "str" is never NULL here so I have removed the check. There are static checkers which complain about superfluous NULL checks because it may indicate confusion or a bug. Signed-off-by: Dan Carpenter Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed