]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/comedi/comedi_fops.c
staging: comedi: comedi_fops: remove unnecessary s->async use
authorIan Abbott <abbotti@mev.co.uk>
Fri, 27 Mar 2015 15:13:03 +0000 (15:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 11:11:53 +0000 (13:11 +0200)
commit258c1dd76bf1223a0f67ff8d799b5eb383a3a632
tree4c083f20a52ed34ca417a6f18eefe117736027cc
parent38ee1fd309a629a618c031238c5d681ed4239af4
staging: comedi: comedi_fops: remove unnecessary s->async use

In places where the `s->async` value has been stored in a local
variable, use the variable instead of repeating `s->async`.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c