From: Jan Glauber Date: Thu, 21 Aug 2008 17:46:35 +0000 (+0200) Subject: [S390] qdio: remove the module_get & module_put pair X-Git-Tag: v2.6.27-rc5~62 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0686e402c365c92396d4c7abfaa24810f9cb77cc;p=pandora-kernel.git [S390] qdio: remove the module_get & module_put pair Increasing the qdio reference count for every used subchannel is unnecessary since unloading qdio (if build as a module) is only possible if other modules that use qdio are unloaded. Unloading modules that use qdio in turn requires that these modules shut down all qdio subchannels. Therefore the additional module_get reference is not needed. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed