diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2017-06-16 18:35:34 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-15 10:16:16 (GMT) |
commit | 090661e4073d4eea3f9644f48193d6791fed9b1d (patch) | |
tree | 9e1669fd31f0691cd79e5108ac3fceec2a6491a1 /drivers/pnp/Makefile | |
parent | 80c965cbd28032aa941a431d7c69d9f5c1a5ff34 (diff) | |
download | linux-090661e4073d4eea3f9644f48193d6791fed9b1d.tar.xz |
staging: comedi: fix clean-up of comedi_class in comedi_init()
commit a9332e9ad09c2644c99058fcf6ae2f355e93ce74 upstream.
There is a clean-up bug in the core comedi module initialization
functions, `comedi_init()`. If the `comedi_num_legacy_minors` module
parameter is non-zero (and valid), it creates that many "legacy" devices
and registers them in SysFS. A failure causes the function to clean up
and return an error. Unfortunately, it fails to destroy the "comedi"
class that was created earlier. Fix it by adding a call to
`class_destroy(comedi_class)` at the appropriate place in the clean-up
sequence.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pnp/Makefile')
0 files changed, 0 insertions, 0 deletions