Hello! On 05/30/2017 12:46 PM, Linus Walleij wrote:
ata_host_alloc_pinfo() assigns the host pointer to the struct device * drvdata, do not assign it a second time.
It's actually driver_data, not drvdata. Personally, I now prefer expressing the *struct* fields the C++ way: device::driver_data. :-)
Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
MBR, Sergei -- 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