[libata] ata_piix: properly terminate DMI system list

If you don't terminate a list, bad things happen...

Signed-off-by: Jeff Garzik <jeff@garzik.org>

+4 -1
+4 -1
drivers/ata/ata_piix.c
··· 955 955 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), 956 956 }, 957 957 }, 958 - { } 958 + 959 + { } /* terminate list */ 959 960 }; 960 961 static const char *oemstrs[] = { 961 962 "Tecra M3,", ··· 1188 1187 DMI_MATCH(DMI_PRODUCT_NAME, "M570U"), 1189 1188 }, 1190 1189 }, 1190 + 1191 + { } /* terminate list */ 1191 1192 }; 1192 1193 u32 iocfg; 1193 1194