]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
Remove unused label
authorJoe Korty <joe.korty@ccur.com>
Tue, 24 May 2016 10:53:38 +0000 (16:23 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Sun, 3 Jul 2016 17:40:35 +0000 (10:40 -0700)
drivers/mmc/core/debugfs.c:
In function 'mmc_get_ext_csd_byte_val':
drivers/mmc/core/debugfs.c:519:1: warning:
label 'out_free' defined but not used
[-Wunused-label] out_free:

Bug 200187768

Change-Id: I7c16c6ab716032dc1c894d81c3f564426210b2fc
Signed-off-by: Joe Korty <joe.korty@ccur.com>
Signed-off-by: Gaurav Singh <gaursingh@nvidia.com>
Reviewed-on: http://git-master/r/1163895
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
drivers/mmc/core/debugfs.c

index 7fc012b02677228e5a8872a219df9c24439a571c..a7ac68f2f2bcd3d1567728f9e25c9bac182a9477 100644 (file)
@@ -529,7 +529,6 @@ static int mmc_get_ext_csd_byte_val(struct mmc_card *card, u64 *val,
        if (!err)
                *val = ext_csd[ext_csd_byte];
 
-out_free:
        kfree(ext_csd);
        return err;
 }