You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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:
committed by
Mauro Carvalho Chehab
parent
bd428bbc75
commit
c5f51b1582
+166
-166
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user