From: Colin Ian King Date: Thu, 20 Mar 2014 14:11:04 +0000 (+0100) Subject: GenWQE: Ensure rc is not returning an uninitialized value X-Git-Tag: omap-for-v3.16/pm-signed~78^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb2c96bb9214ba38c7fe35d5d725f6e7cb3bbc8;p=pandora-kernel.git GenWQE: Ensure rc is not returning an uninitialized value rc is not initialized, so genwqe_finish_queue() either returns -EIO or garbage. Fortunately the return is not being checked by any callers, so this has not yet caused any problems. Even so, it makes sense to fix this small bug in case is is checked in future. Signed-off-by: Colin Ian King Signed-off-by: Frank Haverkamp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed