From: Sebastian Ott Date: Fri, 13 Jun 2014 15:29:11 +0000 (+0200) Subject: s390/ccwgroup: fix an uninitialized return code X-Git-Tag: omap-for-v3.17/soc-cleanup~65^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0310c8b582d70e2d5070600f7b2c93a22dc4e7e0;p=pandora-kernel.git s390/ccwgroup: fix an uninitialized return code Since commit 0b60f9ead5d4816e7e3d6e28f4a0d22d4a1b2513 "s390: use device_remove_file_self() instead of device_schedule_callback()" the return code of ccwgroup_ungroup_store is uninitialized. Make sure the rc is always initialized. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed