- ide-add-optical-to-sysfs-media-attribute.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <dkukawka@xxxxxxx>

Add "optical" to sysfs "media" attribute as already in /proc

Signed-off-by: Danny Kukawka <dkukawka@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 dkukawka@xxxxxxx are


-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux