]> Pileus Git - ~andy/linux/commit
staging: comedi: pcmmio: tidy up switch_page()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 9 Dec 2013 22:30:38 +0000 (15:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 18:01:49 +0000 (10:01 -0800)
commit7645694c697cb0425a3590620d0673aa88dc6105
treeb063dcfaf982db99c85b4267a01dd9ee81c23d9d
parent2ab62fdfc3bc68060300182a335daab1422df14c
staging: comedi: pcmmio: tidy up switch_page()

All the I/O ports are left unlocked in the driver so the 'pagelock'
in the private data is not necessary. The paranoia sanity checks
are also unnecessary, Remove them.

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