[PATCH -mm] s390: dasd_eckd: add missing }

From: Alexey Dobriyan
Date: Wed Jan 25 2006 - 04:13:26 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

drivers/s390/block/dasd_eckd.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/s390/block/dasd_eckd.c
+++ b/drivers/s390/block/dasd_eckd.c
@@ -1502,6 +1502,7 @@ dasd_eckd_ioctl(struct block_device *bde
return dasd_eckd_steal_lock(bdev, cmd, arg);
default:
return dasd_generic_ioctl(bdev, cmd, arg);
+ }
}

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/