Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • drivers
  • staging
  • comedi
  • drivers
  • s626.c
Find file BlameHistoryPermalink
  • H Hartley Sweeten's avatar
    staging: comedi: s626: use a local var for the s->async in s626_irq_handler() · 3b00b857
    H Hartley Sweeten authored Mar 22, 2013
    
    
    The comedi_async pointer is used a number of times in this function.
    For aesthetic reasons, use a local variable for the pointer.
    
    Also, since was already have a pointer to the "cmd" use that in the
    for loop instead of s->async->cmd (or even async->cmd).
    Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
    Cc: Ian Abbott <abbotti@mev.co.uk>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    3b00b857

Imprint & Privacy Policy