summaryrefslogtreecommitdiff
path: root/drivers/i2c/mxc_i2c.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-22 10:54:13 -0600
committerTom Rini <trini@konsulko.com>2024-07-22 10:54:13 -0600
commitf1aa32d65d31c8f8a43617e724495d0aad011620 (patch)
treea48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/i2c/mxc_i2c.c
parent9b186f68afbf0d08bc5108108c8748b4b0511aee (diff)
parentf553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff)
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/i2c/mxc_i2c.c')
-rw-r--r--drivers/i2c/mxc_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
index 0acdaf7e743..84c0050eac0 100644
--- a/drivers/i2c/mxc_i2c.c
+++ b/drivers/i2c/mxc_i2c.c
@@ -512,7 +512,6 @@ static int i2c_init_transfer(struct mxc_i2c_bus *i2c_bus, u8 chip,
return ret;
}
-
static int i2c_write_data(struct mxc_i2c_bus *i2c_bus, u8 chip, const u8 *buf,
int len)
{