OSDN Git Service

s390/cio: Fix comma
authorPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Thu, 2 Jul 2015 12:00:30 +0000 (14:00 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 22 Jul 2015 07:58:06 +0000 (09:58 +0200)
After dutifully acting as statement separator for 6 long years, this
comma has finally grown into a full semicolon.

Signed-off-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/device_ops.c

index f3c4179..6acd0b5 100644 (file)
@@ -540,7 +540,7 @@ int ccw_device_stlck(struct ccw_device *cdev)
        if (rc)
                goto out_unlock;
        /* Perform operation. */
-       cdev->private->state = DEV_STATE_STEAL_LOCK,
+       cdev->private->state = DEV_STATE_STEAL_LOCK;
        ccw_device_stlck_start(cdev, &data, &buffer[0], &buffer[32]);
        spin_unlock_irq(sch->lock);
        /* Wait for operation to finish. */