Files
ubports_kernel_google_msm/drivers/s390/char
Martin Schwidefsky 1b52fff059 [S390] tape: fix tape remove function
Fix a bug introduced with git commit dff59b64af:
 -       if (cdev->dev.driver_data != NULL) {
 +       if (!dev_get_drvdata(&cdev->dev)) {
These two are not equivalent.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-12-07 12:51:36 +01:00
..
2009-06-22 12:08:23 +02:00
2009-09-11 10:29:49 +02:00
2009-09-11 10:29:49 +02:00
2009-10-06 10:35:05 +02:00
2009-10-14 12:43:54 +02:00
2009-09-11 10:29:49 +02:00
2009-03-26 15:24:25 +01:00
2009-06-12 10:27:33 +02:00
2009-09-23 18:13:10 -07:00