From: David S. Miller Date: Mon, 22 Sep 2014 18:35:36 +0000 (-0400) Subject: Merge branch 'qlge' X-Git-Tag: v3.18-rc1~52^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=34f6b8745d421683ca0a268540869eb30721e970;p=karo-tx-linux.git Merge branch 'qlge' Harish Patil says: ==================== qlge: Fix compilation warning and update maintainers This patch series includes the following set of patches: - Fix the below warning message: qlge_main.c:1754: warning: 'lbq_desc' may be used uninitialized in this function I have made changes according to your earlier feedback: "Please fix this differently. The problem is that the compiler can't see that you've done the !length check at the top of the function, so when it later sees the while (length > 0) loop, it doesn't know that this loop will always execute at least once. Just change that loop to a do { } while() loop and the compiler will be able to see everything." - Update qlge driver maintainers list ==================== Signed-off-by: David S. Miller --- 34f6b8745d421683ca0a268540869eb30721e970