From: Hendrik Brueckner Date: Fri, 29 Nov 2013 16:29:20 +0000 (+0100) Subject: s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_early X-Git-Tag: v3.13-rc4~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e3ea19e35635ecd8373fc04f5dfb072be5f6d2c;p=pandora-kernel.git s390/sclp: replace uninitialized early_event_mask_sccb variable with sccb_early Commit "s390/sclp: Consolidate early sclp init calls to sclp_early_detect()" (7b50da53f6ad2048241bef232bfc22a132a40283) replaced the sclp_event_mask_early() with sclp_set_event_mask(). The early_event_mask_sccb variable is no longer initialized but is still used in sclp_has_linemode() and sclp_has_vt220(). Replace early_event_mask_sccb with the sccb_early variable in both functions. Signed-off-by: Hendrik Brueckner Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed