Hello. Nigel Kukard wrote:
Maybe I'm wrong, but line 247 of sata_sil... static int slow_down; is not initialized and used on line 540. Is this right?
Yes because unitialized static variables are automatically initialzied to 0 in C.
MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html