diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/bay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 73dc10db4a88..9c28081ba6a6 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c | |||
| @@ -283,7 +283,7 @@ static int bay_add(acpi_handle handle, int id) | |||
| 283 | 283 | ||
| 284 | /* initialize platform device stuff */ | 284 | /* initialize platform device stuff */ |
| 285 | pdev = platform_device_register_simple(ACPI_BAY_CLASS, id, NULL, 0); | 285 | pdev = platform_device_register_simple(ACPI_BAY_CLASS, id, NULL, 0); |
| 286 | if (pdev == NULL) { | 286 | if (IS_ERR(pdev)) { |
| 287 | printk(KERN_ERR PREFIX "Error registering bay device\n"); | 287 | printk(KERN_ERR PREFIX "Error registering bay device\n"); |
| 288 | goto bay_add_err; | 288 | goto bay_add_err; |
| 289 | } | 289 | } |
