commit | e09538eac996e11d36027cb546a9ac50d07edeb1 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jan 21 12:02:25 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 12:02:25 2020 +0100 |
tree | ec22d86857832e691bae7b9cd675a9ce7961db8c | |
parent | 0159984796dc66ab6dc1a7cbd891e8f6bca640dd [diff] |
hdlx_x25: Fix backwards compat test. drivers/net/wan/hdlc_x25.c: In function ‘x25_ioctl’: drivers/net/wan/hdlc_x25.c:256:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 256 | if (ifr->ifr_settings.size = 0) { | ^~~ Signed-off-by: David S. Miller <davem@davemloft.net>