Lukasz Kosewski wrote:
No. ata_device_add returns nonzero on success; so say the docs.
Whoops, you're right. I forget it was special.
Since the return value is not checked here, and whether on success or failure all of the data structures allocated in that method stick around, I assumed that something was in the works for this. I'll change this to kfree(hp) on returning 0. Please advise if I should do something else.
It still needs to clean up after pdc_host_init()... Jeff - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html