commit | 8582d86143c690c68cc42f996def466a035bee34 | [log] [tgz] |
---|---|---|
author | Fabian Godehardt <fg@emlix.com> | Thu Sep 01 14:15:46 2011 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sun Sep 18 01:33:06 2011 -0700 |
tree | b1f76f9d2a83485a24896c11d3cbe30193636efe | |
parent | fba9e546eac984d46c4a16253344d7297c24d75c [diff] |
USB: g_printer: fix bug in unregistration The allocated chardevice region range is only 1 device but on unregister it currently tries to deregister 2. Found this while doing a insmod/rmmod/insmod/rm... of the module which seemed to eat major numbers. Signed-off-by: Fabian Godehardt <fg@emlix.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>