[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 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), 956 }, 957 }, 958 - { } 959 }; 960 static const char *oemstrs[] = { 961 "Tecra M3,", ··· 1188 DMI_MATCH(DMI_PRODUCT_NAME, "M570U"), 1189 }, 1190 }, 1191 }; 1192 u32 iocfg; 1193
··· 955 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE M500"), 956 }, 957 }, 958 + 959 + { } /* terminate list */ 960 }; 961 static const char *oemstrs[] = { 962 "Tecra M3,", ··· 1187 DMI_MATCH(DMI_PRODUCT_NAME, "M570U"), 1188 }, 1189 }, 1190 + 1191 + { } /* terminate list */ 1192 }; 1193 u32 iocfg; 1194