Commit c5f51b15 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] e4000: rename some variables

Rename some variables.
Change error status checks from (ret < 0) to (ret).
No actual functionality changes.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent bd428bbc
This diff is collapsed.
......@@ -26,7 +26,7 @@
#include <media/v4l2-subdev.h>
#include <linux/regmap.h>
struct e4000_priv {
struct e4000 {
struct i2c_client *client;
struct regmap *regmap;
u32 clock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment