| .. | .. |
|---|
| 82 | 82 | |
|---|
| 83 | 83 | /* |
|---|
| 84 | 84 | * ide-cd always generates media changed event if media is missing, which |
|---|
| 85 | | - * makes it impossible to use for proper event reporting, so disk->events |
|---|
| 86 | | - * is cleared to 0 and the following function is used only to trigger |
|---|
| 85 | + * makes it impossible to use for proper event reporting, so |
|---|
| 86 | + * DISK_EVENT_FLAG_UEVENT is cleared in disk->event_flags |
|---|
| 87 | + * and the following function is used only to trigger |
|---|
| 87 | 88 | * revalidation and never propagated to userland. |
|---|
| 88 | 89 | */ |
|---|
| 89 | 90 | unsigned int ide_cdrom_check_events_real(struct cdrom_device_info *cdi, |
|---|