diff options
author | Krzysztof Helt <[email protected]> | 2009-06-16 15:34:22 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-06-16 19:47:58 -0700 |
commit | 7ec42d2659e81f068c5392fd5cb2f5b4bd35e880 (patch) | |
tree | fc6c33db25368f54198bff5da9602d566f9a66f2 | |
parent | 2d9d2fdfae4cf7fda90178a9daf0f8f750043ae8 (diff) |
chipsfb: remove redundant assignment
The removed assignment is done inside the framebuffer_alloc() earlier.
Signed-off-by: Krzysztof Helt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | drivers/video/chipsfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/chipsfb.c b/drivers/video/chipsfb.c index 777389c40988..57b9d276497e 100644 --- a/drivers/video/chipsfb.c +++ b/drivers/video/chipsfb.c @@ -414,7 +414,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) } pci_set_drvdata(dp, p); - p->device = &dp->dev; init_chips(p, addr); |