From: Brian Norris Date: Tue, 22 Jul 2014 02:06:39 +0000 (-0700) Subject: mtd: sm_ftl: initialize error code X-Git-Tag: omap-for-v3.19/prcm-cleanup~51^2~33^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f0d358f5f2f1133b5a14337028ddab848cd74e;p=pandora-kernel.git mtd: sm_ftl: initialize error code There is one theoretical case that could fall through to using an uninitialized value as the return code. Let's give it a value of 0. Untested. Caught by Coverity. Signed-off-by: Brian Norris --- Reading git-diff-tree failed