i2c: tegra: Fix missing blank lines after declarations
authorJon Hunter <jonathanh@nvidia.com>
Fri, 26 Aug 2016 13:08:59 +0000 (14:08 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 30 Aug 2016 19:58:03 +0000 (21:58 +0200)
commitf5076685b3aa4f292ca322404886fee8d3d4f03d
treec892ba02b4ba7253864eee622639049d6daba4b9
parent2929be29e09b789f0e6c61549e3426c439d78c58
i2c: tegra: Fix missing blank lines after declarations

Checkpatch warns about missing blank lines after declarations in the
Tegra I2C driver and so fix these.

Note that the initialisation of 'val' to zero in tegra_dvc_init() is
unnecessary and so remove this.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-tegra.c