projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
[linux-2.6.git]
/
drivers
/
ide
/
legacy
/
ide_platform.c
diff --git
a/drivers/ide/legacy/ide_platform.c
b/drivers/ide/legacy/ide_platform.c
index
688fcae
..
249651e
100644
(file)
--- a/
drivers/ide/legacy/ide_platform.c
+++ b/
drivers/ide/legacy/ide_platform.c
@@
-122,7
+122,7
@@
static int __devexit plat_ide_remove(struct platform_device *pdev)
{
ide_hwif_t *hwif = pdev->dev.driver_data;
- ide_unregister(hwif->index, 0, 0);
+ ide_unregister(hwif->index);
return 0;
}