Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverity: minor fixes dealing with return codes #60

Merged
merged 3 commits into from
Feb 15, 2021

Commits on Feb 10, 2021

  1. coverity: for failure case fix return code from _set_channel_specs()

    remove return of -1 and return r (can be either EINVAL or ENOMEM)
    
    Signed-off-by: Todd Gill <[email protected]>
    trgill committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    33b6fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9882100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c041b11 View commit details
    Browse the repository at this point in the history