kernel: layerscape: fix compilation error
authorBiwen Li <biwen.li@nxp.com>
Mon, 14 Oct 2019 04:42:32 +0000 (12:42 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Oct 2019 11:16:57 +0000 (13:16 +0200)
commit53b73131e9b38bcae556555de53203d52321794c
tree1b6076576f3b5d4411e50fb38ff41773b878d469
parent56ab58fb6ce29329963619d5a4fffa9d5828176e
kernel: layerscape: fix compilation error

This fixes a compilation error as follows:
drivers/staging/fsl_qbman/qman_config.c:815:29: error: bitwise comparison
always evaluates to false [-Werror=tautological-compare]
  if ((qman_ip_rev & 0xFF00) == QMAN_REV31) {

Signed-off-by: Biwen Li <biwen.li@nxp.com>
target/linux/layerscape/patches-4.14/713-sdk_qbman-Fix-error-in-IP-revision-comparison.patch [new file with mode: 0644]