demo/pwm: Bug fix - should have called comedi_close()
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:51:06 +0000 (14:51 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:51:06 +0000 (14:51 +0100)
commit68e11852cf89d7e5a7ceabb1088778aa6d81597f
tree25b50b38dc12eeb4e8931c2a17493f3a8c77fff2
parent77e2628600a9419e240fa85b2672a120c37cbeae
demo/pwm: Bug fix - should have called comedi_close()

The code called close(device) instead of comedi_close(device) where
device came from comedi_open.
demo/pwm.c