projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e30e5
)
[PATCH] sil24: add FIXME comment above ata_device_add
author
Tejun Heo
<htejun@gmail.com>
Wed, 17 Aug 2005 04:08:42 +0000
(13:08 +0900)
committer
Jeff Garzik
<jgarzik@pobox.com>
Wed, 17 Aug 2005 04:51:50 +0000
(
00:51
-0400)
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>
drivers/scsi/sata_sil24.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/sata_sil24.c
b/drivers/scsi/sata_sil24.c
index 9958bc10a258220333bbf28cb2e4ec60d42e1822..4868ad79b92e7d15e7de6021c40aff670274a911 100644
(file)
--- a/
drivers/scsi/sata_sil24.c
+++ b/
drivers/scsi/sata_sil24.c
@@
-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);