]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/platform/x86/samsung-q10.c
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
[karo-tx-linux.git] / drivers / platform / x86 / samsung-q10.c
index 9d6609d0d90abd26902bf52794382993bf7781bd..cae7098e9b0d70adf271eb9c31a1e833919a54b1 100644 (file)
@@ -153,7 +153,7 @@ static int __init samsungq10_init(void)
                                                   samsungq10_probe,
                                                   NULL, 0, NULL, 0);
 
-       return PTR_RET(samsungq10_device);
+       return PTR_ERR_OR_ZERO(samsungq10_device);
 }
 
 static void __exit samsungq10_exit(void)