Skip to content

Commit

Permalink
soc: rockchip: io-domain: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Fix the following coccicheck warnings:

./drivers/soc/rockchip/io-domain.c:118:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1629361749-97977-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Jiapeng Chong authored and Heiko Stuebner committed Aug 19, 2021
1 parent 28b05a6 commit 9e5747c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/rockchip/io-domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int rk3568_iodomain_write(struct rockchip_iodomain_supply *supply, int uV
break;
default:
return -EINVAL;
};
}

return 0;
}
Expand Down

0 comments on commit 9e5747c

Please sign in to comment.