commit | ba25322edd600300e55cd58eb7fbdf9cbdc5a82d | [log] [tgz] |
---|---|---|
author | Yangtao Li <tiny.windzz@gmail.com> | Sat Dec 21 17:30:25 2019 +0000 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Jan 16 19:06:57 2020 +0100 |
tree | 5a09d4e6b659eccf606dc17538a0fdcecf88e8ec | |
parent | 9a97b2fb070d497c683aed9fb86b7ec5245cea86 [diff] |
clocksource/drivers/em_sti: Fix variable declaration in em_sti_probe 'irq' and 'ret' are variables of the same type and there is no need to use two lines. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20191221173027.30716-3-tiny.windzz@gmail.com