The patch titled
ide: add "optical" to sysfs "media" attribute
has been removed from the -mm tree. Its filename was
ide-add-optical-to-sysfs-media-attribute.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: ide: add "optical" to sysfs "media" attribute
From: Danny Kukawka <[EMAIL PROTECTED]>
Add "optical" to sysfs "media" attribute as already in /proc
Signed-off-by: Danny Kukawka <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/ide/ide.c | 2 ++
1 files changed, 2 insertions(+)
diff -puN drivers/ide/ide.c~ide-add-optical-to-sysfs-media-attribute
drivers/ide/ide.c
--- a/drivers/ide/ide.c~ide-add-optical-to-sysfs-media-attribute
+++ a/drivers/ide/ide.c
@@ -1682,6 +1682,8 @@ static char *media_string(ide_drive_t *d
return "tape";
case ide_floppy:
return "floppy";
+ case ide_optical:
+ return "optical";
default:
return "UNKNOWN";
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html