Commit 1483467f authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik

[PATCH] sil24: add FIXME comment above ata_device_add

01_sil24_add-FIXME-comment.patch

	Add FIXME comment above ata_device_add.
Signed-off-by: default avatarTejun Heo <htejun@gmail.com>

 sata_sil24.c |    1 +
 1 files changed, 1 insertion(+)
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent a2e30e52
......@@ -749,6 +749,7 @@ static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
pci_set_master(pdev);
/* FIXME: check ata_device_add return value */
ata_device_add(probe_ent);
kfree(probe_ent);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment