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 12:29:38 +0000 (14:29 +0200)
commitddff739d15e0307767a4bf984e50bca5b5a702dd
treea41c3f75dc80b7efd743b927987d746dded1996f
parent8c8212c680a12c926f0e5d5918236ae219d728fe
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>
(cherry picked from commit 53b73131e9b38bcae556555de53203d52321794c)
target/linux/layerscape/patches-4.14/713-sdk_qbman-Fix-error-in-IP-revision-comparison.patch [new file with mode: 0644]