]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/block/dasd_fba.c
random: make mixing interface byte-oriented
[linux-2.6-omap-h63xx.git] / drivers / s390 / block / dasd_fba.c
index d13ea05089a7c3e2e291034258e072675bef0464..116611583df8215ea1ec7ecc6f9d25987812b00d 100644 (file)
@@ -125,7 +125,8 @@ dasd_fba_check_characteristics(struct dasd_device *device)
 
        private = (struct dasd_fba_private *) device->private;
        if (private == NULL) {
-               private = kzalloc(sizeof(struct dasd_fba_private), GFP_KERNEL);
+               private = kzalloc(sizeof(struct dasd_fba_private),
+                                 GFP_KERNEL | GFP_DMA);
                if (private == NULL) {
                        DEV_MESSAGE(KERN_WARNING, device, "%s",
                                    "memory allocation failed for private "