Skip to content

Commit

Permalink
cx25821: cx25821-medusa-reg.h: fix 0x0x prefix
Browse files Browse the repository at this point in the history
Fix the 0x0x prefix in integer constants.

In this case a padding 0 must also be inserted to make the constants
look like all the other 16 bits ones.

Signed-off-by: Antonio Ospite <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
ao2 authored and Jiri Kosina committed May 26, 2015
1 parent 94268fc commit 947b6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/pci/cx25821/cx25821-medusa-reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
#define ABIST_BIN4_VGA3 0x01D4
#define ABIST_BIN5_VGA4 0x01D8
#define ABIST_BIN6_VGA5 0x01DC
#define ABIST_BIN7_VGA6 0x0x1E0
#define ABIST_CLAMP_A 0x0x1E4
#define ABIST_CLAMP_B 0x0x1E8
#define ABIST_BIN7_VGA6 0x01E0
#define ABIST_CLAMP_A 0x01E4
#define ABIST_CLAMP_B 0x01E8
#define ABIST_CLAMP_C 0x01EC
#define ABIST_CLAMP_D 0x01F0
#define ABIST_CLAMP_E 0x01F4
Expand Down

0 comments on commit 947b6f8

Please sign in to comment.