]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: clockmatrix: remove unnecessary comparison
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 24 Apr 2020 12:52:26 +0000 (20:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Apr 2020 03:41:42 +0000 (20:41 -0700)
commitda71679fc5dbf44fc419e1c18f4eae2c5598424b
treeb4f47ef32607b0dead6abc9ffbcb6e84f5e034a1
parent56fd7e1e4122b89973a57d6fb584bac21c7e4c41
ptp: clockmatrix: remove unnecessary comparison

The type of loaddr is u8 which is always '<=' 0xff, so the
loaddr <= 0xff is always true, we can remove this comparison.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_clockmatrix.c