]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/cdrom/cdrom.c
hwmon/w83627ehf: Export the thermal sensor types
[linux-2.6-omap-h63xx.git] / drivers / cdrom / cdrom.c
index b36f44d4d1bf6c3d97e1682ff7611fb87e0044f1..3625a05bc3d33fbd78c97d1a6a04ac03b596822d 100644 (file)
@@ -2384,7 +2384,7 @@ static int cdrom_ioctl_reset(struct cdrom_device_info *cdi,
                return -EACCES;
        if (!CDROM_CAN(CDC_RESET))
                return -ENOSYS;
-       invalidate_bdev(bdev, 0);
+       invalidate_bdev(bdev);
        return cdi->ops->reset(cdi);
 }