Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
  • ipipe-x86
  • drivers
  • staging
  • comedi
  • drivers
  • s626.c
Find file Blame History Permalink
  • 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