diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:54:13 -0600 |
commit | f1aa32d65d31c8f8a43617e724495d0aad011620 (patch) | |
tree | a48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/i2c/mxc_i2c.c | |
parent | 9b186f68afbf0d08bc5108108c8748b4b0511aee (diff) | |
parent | f553d29ae87697f0a0c74df7c66ce47cc34805d7 (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.c | 1 |
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) { |