summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/mm/Makefile
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-12-13 23:53:08 +0100
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2007-12-26 19:15:14 +0200
commit54b2c8f93d7c3ddc04b55666b878fec437d32983 (patch)
treefc7d622fcd920e98178bdf8099b4f8728b827259 /arch/m68knommu/mm/Makefile
parent393852ecfeec575ac78216b0eb58e4fd92f0816c (diff)
downloadop-kernel-dev-54b2c8f93d7c3ddc04b55666b878fec437d32983.zip
op-kernel-dev-54b2c8f93d7c3ddc04b55666b878fec437d32983.tar.gz
UBI: silence a warning
This patch silences the following warning : drivers/mtd/ubi/vmt.c:73: warning: 'ret' may be used uninitialized in this function gcc can't see that we always initialize ret in all situations where it is actually used. The one case where it's not initialized is when we BUG(), but gcc doesn't know that we won't then continue and use an uninitialized 'ret'. This patch results in code that does exactely the same as before, but it also makes gcc shut up, so we generate one less line of warning noise. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'arch/m68knommu/mm/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud