(cc'ing Kay) On Wed, Sep 25, 2013 at 04:40:30PM +0200, Levente Kurusa wrote: > I am getting the following output: > [ 2.236379] ata_piix 0000:00:1f.2: MAP [ > [ 2.236492] P0 P2 -- -- ] > Instead of the expected: > [ 2.236379] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ] > > This might be a minor problem, but I think it is better the second way. > Of course, now that I better understand the code, I see that my fix to this, > is not the best. I will make a new patch, if you think this should be fixed. Hmmm... so, you're saying pr_cont() is misbehaving after dev_info()? If so, we don't want to paper over that from a low level driver like ata_piix. Let's find out what's going on with pr_cont(). Kay, Levente is seeing the above output from drivers/ata/ata_piix.c::piix_init_sata_map(). Any ideas? 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