Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199651
b: refs/heads/master
c: d4b8b2c
h: refs/heads/master
i:
  199649: 1f615c1
  199647: 903fc46
v: v3
  • Loading branch information
Anatolij Gustschin authored and Grant Likely committed Jun 3, 2010
1 parent dddf92d commit 92b3591
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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: 2005ce3521b7a38f12085e0420f405a8ee06f606
refs/heads/master: d4b8b2c2c0b980fa756267e43e39e5ac3c894857
2 changes: 1 addition & 1 deletion trunk/drivers/video/bw2.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int __devinit bw2_do_default_mode(struct bw2_par *par,

static int __devinit bw2_probe(struct of_device *op, const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct bw2_par *par;
int linebytes, err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/cg14.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ static void cg14_unmap_regs(struct of_device *op, struct fb_info *info,

static int __devinit cg14_probe(struct of_device *op, const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct cg14_par *par;
int is_8mb, linebytes, i, err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/cg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int __devinit cg3_do_default_mode(struct cg3_par *par)
static int __devinit cg3_probe(struct of_device *op,
const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct cg3_par *par;
int linebytes, err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/leo.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static void leo_unmap_regs(struct of_device *op, struct fb_info *info,
static int __devinit leo_probe(struct of_device *op,
const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct leo_par *par;
int linebytes, err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/mb862xx/mb862xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ static int mb862xx_gdc_init(struct mb862xxfb_par *par)
static int __devinit of_platform_mb862xx_probe(struct of_device *ofdev,
const struct of_device_id *id)
{
struct device_node *np = ofdev->node;
struct device_node *np = ofdev->dev.of_node;
struct device *dev = &ofdev->dev;
struct mb862xxfb_par *par;
struct fb_info *info;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/p9100.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_no

static int __devinit p9100_probe(struct of_device *op, const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct p9100_par *par;
int linebytes, err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/tcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static void tcx_unmap_regs(struct of_device *op, struct fb_info *info,
static int __devinit tcx_probe(struct of_device *op,
const struct of_device_id *match)
{
struct device_node *dp = op->node;
struct device_node *dp = op->dev.of_node;
struct fb_info *info;
struct tcx_par *par;
int linebytes, i, err;
Expand Down

0 comments on commit 92b3591

Please sign in to comment.