Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
If an error occurs after a successful uvesafb_init_mtrr() call, it must be undone by a corresponding arch_phys_wc_del() call, as already done in the remove function. This has been added in the remove function in commit 63e28a7 ("uvesafb: Clean up MTRR code") Fixes: 8bdb3a2 ("uvesafb: the driver core") Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Helge Deller <[email protected]>
- Loading branch information