Skip to content

Commit

Permalink
[PATCH] sil24: add FIXME comment above ata_device_add
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Aug 17, 2005
1 parent a2e30e5 commit 1483467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1483467

Please sign in to comment.