]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tpm: don't use unneeded double brackets
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 18 Jun 2014 20:59:48 +0000 (22:59 +0200)
committerTom Rini <trini@ti.com>
Mon, 7 Jul 2014 23:43:01 +0000 (19:43 -0400)
commit49f9337956af6d52470c8082c8e7088b0c030334
tree3f9f42db007e23be18c4bb12ec1d969c0a5a781b
parent6275331d41cc80d93ca00d12e8c694b9d9841155
tpm: don't use unneeded double brackets

clang is tempted to inteprete such a condition as a assignment
as well. Since it isn't don't use double brackets.

cc: Tom Wai-Hong Tam <waihong@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
drivers/tpm/tpm.c