mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
staging: dgap: redundant NULL and magic check in dgap_get_modem_info()
The "ch" is already checking in caller. Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
604631ff0b
commit
6299ae5aa7
@@ -3061,9 +3061,6 @@ static int dgap_get_modem_info(struct channel_t *ch, unsigned int __user *value)
|
||||
ulong lock_flags;
|
||||
int rc;
|
||||
|
||||
if (!ch || ch->magic != DGAP_CHANNEL_MAGIC)
|
||||
return -EIO;
|
||||
|
||||
spin_lock_irqsave(&ch->ch_lock, lock_flags);
|
||||
|
||||
mstat = readb(&(ch->ch_bs->m_stat));
|
||||
|
||||
Reference in New Issue
Block a user