diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/time.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/time.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/ps3/time.c b/arch/powerpc/platforms/ps3/time.c index 40b5cb433005..cba1e6be68e5 100644 --- a/arch/powerpc/platforms/ps3/time.c +++ b/arch/powerpc/platforms/ps3/time.c | |||
@@ -89,10 +89,8 @@ static int __init ps3_rtc_init(void) | |||
89 | return -ENODEV; | 89 | return -ENODEV; |
90 | 90 | ||
91 | pdev = platform_device_register_simple("rtc-ps3", -1, NULL, 0); | 91 | pdev = platform_device_register_simple("rtc-ps3", -1, NULL, 0); |
92 | if (IS_ERR(pdev)) | ||
93 | return PTR_ERR(pdev); | ||
94 | 92 | ||
95 | return 0; | 93 | return PTR_RET(pdev); |
96 | } | 94 | } |
97 | 95 | ||
98 | module_init(ps3_rtc_init); | 96 | module_init(ps3_rtc_init); |