]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: pcmciamtd: remove dead code
authorDan Carpenter <error27@gmail.com>
Tue, 24 Aug 2010 11:56:27 +0000 (13:56 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 24 Oct 2010 22:41:24 +0000 (23:41 +0100)
commitbfc5b2371dc18e12a61955447d0ff9898d439fcf
treea7801a4b50cd1bc851dad2474fb48348bcc03710
parentcca83afa5cd201440054db98ce6bddf5484e5670
mtd: pcmciamtd: remove dead code

This code isn't reachable.  I looked through the git history and it
hasn't been reachable for years.  Someone removed the label to silence
gcc's unused label warning but these few lines accidentally got left
behind.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/maps/pcmciamtd.c