commit | 0539771d7236b425f285652f6f297cc7939c8f9a | [log] [tgz] |
---|---|---|
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | Wed Feb 14 10:55:00 2007 -0200 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 16 18:35:23 2007 -0500 |
tree | 317a537794edc6e67741b24d5dd82a9f02cc3dcf | |
parent | ecb5f7521a309cb9c5fc0832b9705cd2a03d7d45 [diff] |
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 <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>