staging: fsl-mc: be consistent when checking strcmp() returns
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Wed, 23 Aug 2017 10:36:16 +0000 (13:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Aug 2017 23:22:32 +0000 (16:22 -0700)
commit19dfd8810716060a7075fe420ea4e98d7d65be86
treebdc025d8f66b2b6f07edd51508cb79992f5160b6
parent30b7b04c466d900244831435031dd76d8640ce37
staging: fsl-mc: be consistent when checking strcmp() returns

Throughout the driver we use == 0 / != 0 to check strcmp() returns except
this place, so fix it.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/dprc-driver.c