Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8f0f23f97adbd833000e25e41c1310e49ace9ba8
Commit:     8f0f23f97adbd833000e25e41c1310e49ace9ba8
Parent:     c0b8ba7bfe7b4c1f11b3356b65520405b005bd33
Author:     Mariusz Kozlowski <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 27 17:29:32 2007 +0200
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Wed Aug 1 10:59:43 2007 +0100

    [MTD] remove redundant/dead code from physmap_of.c
    
        This patch removes redundant memset() and dead return line from
    of_physmap_probe(). No functional change.
    
    Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 drivers/mtd/maps/physmap_of.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c
index bbb42c3..fbd6139 100644
--- a/drivers/mtd/maps/physmap_of.c
+++ b/drivers/mtd/maps/physmap_of.c
@@ -141,7 +141,6 @@ static int __devinit of_physmap_probe(struct of_device 
*dev, const struct of_dev
                err = -ENOMEM;
                goto err_out;
        }
-       memset(info, 0, sizeof(*info));
 
        dev_set_drvdata(&dev->dev, info);
 
@@ -213,10 +212,6 @@ static int __devinit of_physmap_probe(struct of_device 
*dev, const struct of_dev
 err_out:
        of_physmap_remove(dev);
        return err;
-
-       return 0;
-
-
 }
 
 static struct of_device_id of_physmap_match[] = {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to