The extra pair of parantheses is not needed and causes clang to generate
warnings about the DM_DEV_CREATE_CMD comparison in validate_params().
Also remove another double parentheses that doesn't cause a warning.
Change-Id: If70a5574570147d75b4a626b01c245078d192773
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Bug: 62057517
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>