stm32l1xx: Fix warnings for extraneous parentheses

Building with clang reports the following warnings:

stm32l1xx_hal_rcc.c.c: error: equality comparison with extraneous
parentheses [-Werror,-Wparentheses-equality]
    if((sysclk_source == RCC_CFGR_SWS_MSI) )
        ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

Removing the extra () fixes the warning

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2 files changed
tree: 392a4583550132c915767b2785b6d80064412c09
  1. lib/
  2. scripts/
  3. stm32cube/
  4. zephyr/
  5. CMakeLists.txt
  6. README.rst