You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
chipsfb: remove redundant assignment
The removed assignment is done inside the framebuffer_alloc() earlier. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
2d9d2fdfae
commit
7ec42d2659
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user