i2c: sh_mobile: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/i2c/busses/i2c-sh_mobile.c:849:3-4: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
f68ae7823a
commit
bf3c39f5da
|
@ -846,7 +846,7 @@ static int sh_mobile_i2c_hook_irqs(struct platform_device *dev, struct sh_mobile
|
|||
return ret;
|
||||
}
|
||||
k++;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
struct resource *res;
|
||||
resource_size_t n;
|
||||
|
|
Loading…
Reference in New Issue