On 2018-07-02 12:24, Colin King wrote:
From: Colin Ian King <colin.k...@canonical.com> Variable shift is being assigned but is never used hence it is redundant and can be removed. Cleans up two clang warnings: warning: variable ‘shift’ set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.k...@canonical.com>
Reviewed-by: Sean Nyekjaer <sean.nyekj...@prevas.dk> Good catch :-) BR /Sean