Commit 7ec42d26 authored by Krzysztof Helt's avatar Krzysztof Helt Committed by Linus Torvalds

chipsfb: remove redundant assignment

The removed assignment is done inside the framebuffer_alloc() earlier.
Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2d9d2fdf
...@@ -414,7 +414,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) ...@@ -414,7 +414,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
} }
pci_set_drvdata(dp, p); pci_set_drvdata(dp, p);
p->device = &dp->dev;
init_chips(p, addr); init_chips(p, addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment