Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181489
b: refs/heads/master
c: 9d68e8d
h: refs/heads/master
i:
  181487: 4a247f2
v: v3
  • Loading branch information
Tobias Klauser authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 47ea9e9 commit 189f640
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b2d3983f2b54b002fd045f2801514405530d224
refs/heads/master: 9d68e8de9f8ab14077dd8d3c6ed9087ea61544a6
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/rj54n1cb0c.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ struct rj54n1_reg_val {
u8 val;
};

const static struct rj54n1_reg_val bank_4[] = {
static const struct rj54n1_reg_val bank_4[] = {
{0x417, 0},
{0x42c, 0},
{0x42d, 0xf0},
Expand All @@ -186,7 +186,7 @@ const static struct rj54n1_reg_val bank_4[] = {
{0x4fe, 2},
};

const static struct rj54n1_reg_val bank_5[] = {
static const struct rj54n1_reg_val bank_5[] = {
{0x514, 0},
{0x516, 0},
{0x518, 0},
Expand All @@ -207,15 +207,15 @@ const static struct rj54n1_reg_val bank_5[] = {
{0x5fe, 2},
};

const static struct rj54n1_reg_val bank_7[] = {
static const struct rj54n1_reg_val bank_7[] = {
{0x70a, 0},
{0x714, 0xff},
{0x715, 0xff},
{0x716, 0x1f},
{0x7FE, 2},
};

const static struct rj54n1_reg_val bank_8[] = {
static const struct rj54n1_reg_val bank_8[] = {
{0x800, 0x00},
{0x801, 0x01},
{0x802, 0x61},
Expand Down Expand Up @@ -403,12 +403,12 @@ const static struct rj54n1_reg_val bank_8[] = {
{0x8FE, 2},
};

const static struct rj54n1_reg_val bank_10[] = {
static const struct rj54n1_reg_val bank_10[] = {
{0x10bf, 0x69}
};

/* Clock dividers - these are default register values, divider = register + 1 */
const static struct rj54n1_clock_div clk_div = {
static const struct rj54n1_clock_div clk_div = {
.ratio_tg = 3 /* default: 5 */,
.ratio_t = 4 /* default: 1 */,
.ratio_r = 4 /* default: 0 */,
Expand Down

0 comments on commit 189f640

Please sign in to comment.