On 08/23/2019 12:42 PM, Bartlomiej Zolnierkiewicz wrote:
+static struct zorro_driver pata_buddha_driver = { + .name = "pata_buddha", + .id_table = pata_buddha_zorro_tbl, + .probe = pata_buddha_probe, + .remove = pata_buddha_remove, + .driver = { + .suppress_bind_attrs = true,I thought that we had agreed that this is not needed?
You're right, that slipped in. Thanks for catching it! I'll send a v7 i two minutes, and would be grateful if you could ACK it. Max