From: Sebastian Ott Date: Mon, 16 Dec 2013 09:56:46 +0000 (+0100) Subject: s390/cio: use device_lock to synchronize calls to the ccwgroup driver X-Git-Tag: v3.14-rc1~184^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b877ffb9aa04a6fb6b6eae6dc19ca163d568a8;p=pandora-kernel.git s390/cio: use device_lock to synchronize calls to the ccwgroup driver When calling set_{on,off}line of a ccwgroup device driver we hold the module reference of the owner. This is pretty useless - we don't want to prevent module unloading but driver unbinding. Use the driver core's device_lock instead. Reviewed-by: Peter Oberparleiter Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed