From: Hendrik Brueckner Date: Tue, 12 Nov 2013 14:03:37 +0000 (+0100) Subject: s390/3270: fix missing device_destroy() call X-Git-Tag: v3.13-rc1~37^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e61fe49fd450be15d402ac353784f5ba8a624e;p=pandora-kernel.git s390/3270: fix missing device_destroy() call Unloading the fs3270 kernel module does not remove the created "3270/tub" device. Reloading the module then causes a sysfs warning: "sysfs: cannot create duplicate filename '/devices/virtual/3270/3270!tub'". Call device_destroy() in the module exit function to solve this issue. Signed-off-by: Hendrik Brueckner Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed