Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88411
b: refs/heads/master
c: 00966c0
h: refs/heads/master
i:
  88409: 14e3e43
  88407: b454188
v: v3
  • Loading branch information
Stefan Haberland authored and Heiko Carstens committed Apr 17, 2008
1 parent 9c83278 commit a457613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35b58b028dfc99dd390a09f66945947c4945fa64
refs/heads/master: 00966c0a5b00bc0afdc0bd0446adec271f8b098b
3 changes: 2 additions & 1 deletion trunk/drivers/s390/block/dasd_fba.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit a457613

Please sign in to comment.