[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: Tejun Heo <htejun@gmail.com> sata_sil24.c | 1 + 1 files changed, 1 insertion(+) Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
a2e30e529a
commit
1483467faa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue