Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269759
b: refs/heads/master
c: 41c2434
h: refs/heads/master
i:
  269757: 18b9109
  269755: 5b31c25
  269751: ed774bd
  269743: fc36679
  269727: 85f4f58
  269695: 663be59
v: v3
  • Loading branch information
Inki Dae authored and Dave Airlie committed Oct 18, 2011
1 parent bee2d06 commit 7498832
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 8e9cc6a13ac0c6a5a1fef5ca2bda0925832516f3
refs/heads/master: 41c243464f2420744f1c14da77e230440c1c31b4
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int exynos_drm_subdrv_probe(struct drm_device *dev,
*
* P.S. note that this driver is considered for modularization.
*/
ret = subdrv->probe(dev);
ret = subdrv->probe(dev, subdrv->manager.dev);
if (ret)
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct exynos_drm_subdrv {
struct list_head list;
struct drm_device *drm_dev;

int (*probe)(struct drm_device *dev);
int (*probe)(struct drm_device *drm_dev, struct device *dev);
void (*remove)(struct drm_device *dev);

struct exynos_drm_manager manager;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ static irqreturn_t fimd_irq_handler(int irq, void *dev_id)
return IRQ_HANDLED;
}

static int fimd_subdrv_probe(struct drm_device *drm_dev)
static int fimd_subdrv_probe(struct drm_device *drm_dev, struct device *dev)
{
struct drm_driver *drm_driver = drm_dev->driver;

Expand Down

0 comments on commit 7498832

Please sign in to comment.