From: Martin Schwidefsky Date: Mon, 7 Dec 2009 11:52:02 +0000 (+0100) Subject: [S390] tape: fix tape remove function X-Git-Tag: v2.6.33-rc1~349^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b52fff059d660d4bf83d97c389dd80f1e6aad9a;p=pandora-kernel.git [S390] tape: fix tape remove function Fix a bug introduced with git commit dff59b64af94dc58: - if (cdev->dev.driver_data != NULL) { + if (!dev_get_drvdata(&cdev->dev)) { These two are not equivalent. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed