[PATCH AUTOSEL 4.9 09/13] net: qla3xxx: Remove overflowing shift statement

2018-10-30 Thread Sasha Levin
From: Nathan Chancellor [ Upstream commit 8c3bf9b62b667456a57aefcf1689e826df146159 ] Clang currently warns: drivers/net/ethernet/qlogic/qla3xxx.c:384:24: warning: signed shift result (0xF) requires 37 bits to represent, but 'int' only has 32 bits [-Wshift-overflow]

[PATCH AUTOSEL 4.9 09/13] net: qla3xxx: Remove overflowing shift statement

2018-10-30 Thread Sasha Levin
From: Nathan Chancellor [ Upstream commit 8c3bf9b62b667456a57aefcf1689e826df146159 ] Clang currently warns: drivers/net/ethernet/qlogic/qla3xxx.c:384:24: warning: signed shift result (0xF) requires 37 bits to represent, but 'int' only has 32 bits [-Wshift-overflow]