Hello,Got it, I will notice. Whether should I submit v2 for this problems? Thanks.
On Wed, Apr 15, 2020 at 09:57:34PM +0800, Tang Bin wrote:
In the function efm32_i2c_probe(),when get irq failed,the functionadding a space after each comma seems usual style.
platform_get_irq() logs an error message,so remove redundant message
here.
Got it, I will notice next time. Thanks.
Signed-off-by: Tang Bin <tangbin@xxxxxxxxxxxxxxxxxxxx>Usually the Sign-off of the sender comes last. How is Shengju Zhang
Signed-off-by: Shengju Zhang <zhangshengju@xxxxxxxxxxxxxxxxxxxx>
involved with this patch?
diff --git a/drivers/i2c/busses/i2c-efm32.c b/drivers/i2c/busses/i2c-efm32.cThe change looks fine.
index a8c6323e7..4de31fae7 100644
--- a/drivers/i2c/busses/i2c-efm32.c
+++ b/drivers/i2c/busses/i2c-efm32.c
@@ -352,7 +352,6 @@ static int efm32_i2c_probe(struct platform_device *pdev)
ret = platform_get_irq(pdev, 0);
if (ret <= 0) {
- dev_err(&pdev->dev, "failed to get irq (%d)\n", ret);