]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit840d7c48a81a620fba1bab6914fdc39ccf944f36
tree4c083f20a52ed34ca417a6f18eefe117736027cc
parent21e984e05ec4cf23c3434cf338811655be9e0d1f
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