[media] e4000: rename some variables

Rename some variables.
Change error status checks from (ret < 0) to (ret).
No actual functionality changes.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Antti Palosaari
2014-02-10 22:52:51 -03:00
committed by Mauro Carvalho Chehab
parent bd428bbc75
commit c5f51b1582
2 changed files with 167 additions and 167 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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;