]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/percpu-refcount.h
lz4: fix wrong compress buffer size for 64-bits
[karo-tx-linux.git] / include / linux / percpu-refcount.h
index 12c9b485beb718241f0346a261462d82939e266b..84f542df7ff5cca0932f02b6629f8229244c2d1a 100644 (file)
@@ -116,7 +116,7 @@ void percpu_ref_reinit(struct percpu_ref *ref);
  */
 static inline void percpu_ref_kill(struct percpu_ref *ref)
 {
-       return percpu_ref_kill_and_confirm(ref, NULL);
+       percpu_ref_kill_and_confirm(ref, NULL);
 }
 
 /*