Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 049b539b authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman
Browse files

TTY: synclink, remove superfluous check



info is obtained by container_of. It can never be NULL. So do not test
that.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b1622e0a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1058,9 +1058,6 @@ static void mgsl_bh_handler(struct work_struct *work)
		container_of(work, struct mgsl_struct, task);
	int action;

	if (!info)
		return;
		
	if ( debug_level >= DEBUG_LEVEL_BH )
		printk( "%s(%d):mgsl_bh_handler(%s) entry\n",
			__FILE__,__LINE__,info->device_name);