Re: [patch] s390: dasd calls kzalloc while holding a spinlock.

From: Christoph Hellwig
Date: Wed Aug 16 2006 - 09:07:43 EST


> + srv = (struct dasd_servermap *)
> + kzalloc(sizeof(struct dasd_servermap), GFP_KERNEL);

No need to cast the kzalloc return value to a pointer type.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/