From 63fa80cd582321693474f9cf9203329a2f8a8494 Mon Sep 17 00:00:00 2001 From: Christian Engelmayer Date: Tue, 13 May 2014 22:47:03 +0200 Subject: [PATCH] misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl() Function genwqe_free_sync_sgl() returns the value of variable 'rc'. 'rc' is only set in the error paths, thus initialize it by 0. Coverity CID 1204242. Signed-off-by: Christian Engelmayer Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed