From: Sebastian Reichel Date: Sun, 19 Oct 2014 22:11:59 +0000 (+0200) Subject: HSI: omap_ssi_port: Don't print uninitialized err X-Git-Tag: omap-for-v3.19/fixes-rc1~76^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068afbbebe14cdb628f7d738d1d289cf01a3b5d9;p=pandora-kernel.git HSI: omap_ssi_port: Don't print uninitialized err Do not print err variable, that has nothing to do with the error. This fixes a warning, that is printed at build time: drivers/hsi/controllers/omap_ssi_port.c: In function ‘ssi_port_probe’: drivers/hsi/controllers/omap_ssi_port.c:1121:10: warning: ‘err’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed