This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / s390 / cio / device_fsm.c
index 6a8db84..35e584c 100644 (file)
@@ -244,7 +244,6 @@ ccw_device_recog_done(struct ccw_device *cdev, int state)
                };
                if (notify) {
                        /* Get device online again. */
-                       cdev->private->state = DEV_STATE_OFFLINE;
                        ccw_device_online(cdev);
                        wake_up(&cdev->private->wait_q);
                        return;