mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:58:21 +07:00
fbdev/atyfb: lock_fb_info can't fail
It's properly protected by reboot_lock. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Mikulas Patocka <mpatocka@redhat.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: "Ville Syrjälä" <syrjala@sci.fi> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190528090304.9388-16-daniel.vetter@ffwll.ch
This commit is contained in:
parent
9ef3739237
commit
cd90b5fdfa
@ -3916,8 +3916,7 @@ static int atyfb_reboot_notify(struct notifier_block *nb,
|
|||||||
if (!reboot_info)
|
if (!reboot_info)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (!lock_fb_info(reboot_info))
|
lock_fb_info(reboot_info);
|
||||||
goto out;
|
|
||||||
|
|
||||||
par = reboot_info->par;
|
par = reboot_info->par;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user