We set info.count to 1 in mtty_get_irq_info() so static checkers
complain that, "Why do we have impossible conditions?" The answer is
that it seems to be left over dead code that can be safely removed.
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Kirti Wankhede <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
if (ret)
return ret;
- if (info.count == -1)
- return -EINVAL;
-
if (copy_to_user((void __user *)arg, &info, minsz))
return -EFAULT;