diff options
| -rw-r--r-- | arch/x86/platform/olpc/olpc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/platform/olpc/olpc.c b/arch/x86/platform/olpc/olpc.c index 7c3077e58fa0..f0e920fb98ad 100644 --- a/arch/x86/platform/olpc/olpc.c +++ b/arch/x86/platform/olpc/olpc.c | |||
| @@ -311,10 +311,8 @@ static int __init add_xo1_platform_devices(void) | |||
| 311 | return PTR_ERR(pdev); | 311 | return PTR_ERR(pdev); |
| 312 | 312 | ||
| 313 | pdev = platform_device_register_simple("olpc-xo1", -1, NULL, 0); | 313 | pdev = platform_device_register_simple("olpc-xo1", -1, NULL, 0); |
| 314 | if (IS_ERR(pdev)) | ||
| 315 | return PTR_ERR(pdev); | ||
| 316 | 314 | ||
| 317 | return 0; | 315 | return PTR_ERR_OR_ZERO(pdev); |
| 318 | } | 316 | } |
| 319 | 317 | ||
| 320 | static int olpc_xo1_ec_probe(struct platform_device *pdev) | 318 | static int olpc_xo1_ec_probe(struct platform_device *pdev) |
