Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / sctp / sctp.h
index df85a0c0f2d52f0b71d02232f0a015e1a805112f..cd89510eab2a44d405c2cba2817b3b7ae863306e 100644 (file)
@@ -576,7 +576,7 @@ for (pos = chunk->subh.fwdtsn_hdr->skip;\
 #define WORD_ROUND(s) (((s)+3)&~3)
 
 /* Make a new instance of type.  */
-#define t_new(type, flags)     (type *)kzalloc(sizeof(type), flags)
+#define t_new(type, flags)     kzalloc(sizeof(type), flags)
 
 /* Compare two timevals.  */
 #define tv_lt(s, t) \