2015-01-07 10:10:14

by David Binderman

[permalink] [raw]
Subject: rtlwifi/rtl8192ee/phy.c: problem with ? : operator

Hello there,

[linux-3.19-rc3/drivers/net/wireless/rtlwifi/rtl8192ee/phy.c:2420]: (style) Same expression in both branches of ternary operator.

Source code is

?pathon = is_patha_on ? 0x0fc01616 : 0x0fc01616;

Suggest code rework.

Regards

David Binderman