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)
|
||||
goto out;
|
||||
|
||||
if (!lock_fb_info(reboot_info))
|
||||
goto out;
|
||||
lock_fb_info(reboot_info);
|
||||
|
||||
par = reboot_info->par;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user