]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
Remove unused label
authorJoe Korty <joe.korty@ccur.com>
Tue, 24 May 2016 11:19:08 +0000 (16:49 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Sun, 3 Jul 2016 17:40:37 +0000 (10:40 -0700)
commit39cf97885c6f5e2052e6cd032a99c96ccabe6def
treec0533bf3f4a806c597b1f3719159a318e385d24c
parentfc75c7ac967bdc48a50fead6b0912a552fca3f0d
Remove unused label

Wunused-label is a stupid gcc option as removing the
warnings it produces often makes the code harder to
read. But such is life ....

fs/pstore/ram.c:633:1: warning: label 'fail_init_fprz'
defined but not used [-Wunused-label]
fs/pstore/ram.c:629:1: warning: label 'fail_init_mprz'
defined but not used [-Wunused-label]

Bug 200187768

Change-Id: Ia9756fc029cf5882ee89fb871aabecae036d439a
Signed-off-by: Joe Korty <joe.korty@ccur.com>
Signed-off-by: Gaurav Singh <gaursingh@nvidia.com>
Reviewed-on: http://git-master/r/1163897
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
fs/pstore/ram.c