Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367088
b: refs/heads/master
c: 068b16b
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Apr 25, 2013
1 parent 22daa6a commit 88a71ea
Show file tree
Hide file tree
Showing 3 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: 38c602b8ed4ddb73c9274df1af33a6f6f7db26e1
refs/heads/master: 068b16b638070611272cf60da821cd70b2a267b3
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/exynos4-is/fimc-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ struct fimc_dev {
struct regmap *sysreg;
const struct fimc_variant *variant;
const struct fimc_drvdata *drv_data;
u16 id;
int id;
struct clk *clock[MAX_FIMC_CLOCKS];
void __iomem *regs;
wait_queue_head_t irq_queue;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/exynos4-is/fimc-lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct fimc_lite {
struct v4l2_subdev *sensor;
struct v4l2_ctrl_handler ctrl_handler;
struct v4l2_ctrl *test_pattern;
u32 index;
int index;
struct fimc_pipeline pipeline;
const struct fimc_pipeline_ops *pipeline_ops;

Expand Down

0 comments on commit 88a71ea

Please sign in to comment.