[folded] pc-fs-char_devc-remove-useless-loop-fix.patch removed from -mm tree

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

 



The patch titled
     pc-fs-char_devc-remove-useless-loop-fix
has been removed from the -mm tree.  Its filename was
     pc-fs-char_devc-remove-useless-loop-fix.patch

This patch was dropped because it was folded into fs-char_devc-remove-useless-loop.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: pc-fs-char_devc-remove-useless-loop-fix
From: Dave Young <hidave.darkstar@xxxxxxxxx>

Fix build warning about the unused variable in char_dev.c:267

Remove the unused char *s.

Signed-off-by: Dave Young <hidave.darkstar@xxxxxxxxx>
Cc: Renzo Davoli <renzo@xxxxxxxxxxx>
Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/char_dev.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN fs/char_dev.c~pc-fs-char_devc-remove-useless-loop-fix fs/char_dev.c
--- a/fs/char_dev.c~pc-fs-char_devc-remove-useless-loop-fix
+++ a/fs/char_dev.c
@@ -264,7 +264,6 @@ int __register_chrdev(unsigned int major
 {
 	struct char_device_struct *cd;
 	struct cdev *cdev;
-	char *s;
 	int err = -ENOMEM;
 
 	cd = __register_chrdev_region(major, baseminor, count, name);
_

Patches currently in -mm which might be from hidave.darkstar@xxxxxxxxx are

origin.patch
cgroups-let-ss-can_attach-and-ss-attach-do-whole-threadgroups-at-a-time.patch
fs-char_devc-remove-useless-loop.patch
pc-fs-char_devc-remove-useless-loop-fix.patch

--
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