I've found another bug in the Cinergy T2 driver: originally (ie, e.g. in kernel 2.6.23), the structure containing "struct dvbt_set_parameters_msg param" was allocated with kzalloc, now "struct dvbt_set_parameters_msg param" lives on the stack. However, the "flags" member of that structure is not initialized to zero (as was done by kzalloc)! -emagick -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html