Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • ath
  • ath10k
  • wmi.c
Find file BlameHistoryPermalink
  • Nicholas Mc Guire's avatar
    ath10k: harmonize error case handling in ath10k_core_start · 9eea5689
    Nicholas Mc Guire authored Mar 30, 2015
    
    
    All of the bringup/init functions called in ath10k_core_start return 0
    on success and != 0 on failure. ath10k_wmi_wait_for_service_ready(),
    ath10k_wmi_wait_for_unified_ready() and their call sites were adjusted
    to fit this model.
    The return type of wait_for_completion_timeout is unsigned long not int so
    ath10k_wmi_wait_for_service_ready() and ath10k_wmi_wait_for_unified_ready()
    were fixed up accordingly.
    Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
    Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
    9eea5689

Replace wmi.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.