From: Greg Kroah-Hartman Date: Mon, 23 Apr 2012 23:11:26 +0000 (-0700) Subject: Staging: line6: remove teardown code from module_exit path X-Git-Tag: v3.5-rc1~145^2~229^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a89dc83bad5c22a02bd292cf87d72dacb7dcb3;p=pandora-kernel.git Staging: line6: remove teardown code from module_exit path These pcm values should all be stopped properly when the device is removed from the system (i.e. when disconnect is called), so there's no need to duplicate this when the module is unloaded as well. CC: Markus Grabner CC: Stefan Hajnoczi CC: Julia Lawall CC: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed