Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'edac_fixes_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp

Pull EDAC fix from Borislav Petkov:
"Silence a compiler warning in sb_edac"

* tag 'edac_fixes_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp:
sb_edac: Shut up compiler warning when EDAC_DEBUG is enabled

+1 -1
+1 -1
drivers/edac/sb_edac.c
··· 945 945 u32 tad_offset; 946 946 u32 rir_way; 947 947 u32 mb, kb; 948 - u64 ch_addr, offset, limit, prv = 0; 948 + u64 ch_addr, offset, limit = 0, prv = 0; 949 949 950 950 951 951 /*