Jeff Garzik wrote: > Tejun Heo wrote: >> The last two slots of MAP 00b of ich6m was incorrectly marked as >> reserved. This is left over from converting the entry to allow 00b. >> This causes no real problem. It only makes the driver print annoying >> warning message. Fix it. >> >> Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> >> -- >> drivers/ata/ata_piix.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c >> index 6a3bfef..21a7ca4 100644 >> --- a/drivers/ata/ata_piix.c >> +++ b/drivers/ata/ata_piix.c >> @@ -414,7 +414,7 @@ static const struct piix_map_db ich6m_map_db = { >> */ >> .map = { >> /* PM PS SM SS MAP */ >> - { P0, P2, RV, RV }, /* 00b */ >> + { P0, P2, NA, NA }, /* 00b */ >> { IDE, IDE, P1, P3 }, /* 01b */ >> { P0, P2, IDE, IDE }, /* 10b */ >> { RV, RV, RV, RV }, > > applied (with credit also to Pierre Tardy for spotting this as well) > Thanks. -- tejun - 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