On Tue, 2013-03-12 at 13:25 +0800, Zhang Yanfei wrote: > remove cast for kmalloc/kzalloc return value. I've got to ask why? Just because void * can be assigned to any pointer doesn't mean we should religiously eliminate all casts of void *. If the driver writer believes there's value making sure of the pointer type, I'm happy to keep the cast. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html