Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330893
b: refs/heads/master
c: c06d875
h: refs/heads/master
i:
  330891: 2218976
v: v3
  • Loading branch information
Emil Goode authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 229f697 commit 025fa0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 82026f9673cfa35c74a66e9d7bf1b0e44bb0de3f
refs/heads/master: c06d8752e790ed1e717316416c10a7929f1873dd
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/coda.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct coda_dev {
struct v4l2_device v4l2_dev;
struct video_device vfd;
struct platform_device *plat_dev;
struct coda_devtype *devtype;
const struct coda_devtype *devtype;

void __iomem *regs_base;
struct clk *clk_per;
Expand Down Expand Up @@ -1687,7 +1687,7 @@ enum coda_platform {
CODA_IMX27,
};

static struct coda_devtype coda_devdata[] = {
static const struct coda_devtype coda_devdata[] = {
[CODA_IMX27] = {
.firmware = "v4l-codadx6-imx27.bin",
.product = CODA_DX6,
Expand Down

0 comments on commit 025fa0e

Please sign in to comment.