Pull button into test branch
[linux-drm-fsl-dcu.git] / arch / s390 / kernel / s390_ext.c
index 4faf96f8a83414ddf7f36eb46aa8bb21b4e50b90..bc5beaa8f98e13a0278dad9e612b9d41bef48383 100644 (file)
@@ -37,7 +37,7 @@ int register_external_interrupt(__u16 code, ext_int_handler_t handler)
         ext_int_info_t *p;
         int index;
 
-       p = (ext_int_info_t *) kmalloc(sizeof(ext_int_info_t), GFP_ATOMIC);
+       p = kmalloc(sizeof(ext_int_info_t), GFP_ATOMIC);
         if (p == NULL)
                 return -ENOMEM;
         p->code = code;