From: Henrique de Moraes Holschuh Date: Wed, 14 Feb 2007 12:55:00 +0000 (-0200) Subject: ACPI: bay: use IS_ERR for return of register_platform_device_simple X-Git-Tag: v2.6.21-rc1~92^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0539771d7236b425f285652f6f297cc7939c8f9a;p=pandora-kernel.git ACPI: bay: use IS_ERR for return of register_platform_device_simple register_platform_device_simple returns ERR_PTR(foo), so test it with IS_ERR(foo). Signed-off-by: Henrique de Moraes Holschuh Signed-off-by: Len Brown --- Reading git-diff-tree failed