Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67642
b: refs/heads/master
c: a2e5380
h: refs/heads/master
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Oct 12, 2007
1 parent 06187a1 commit 1e8b8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c41fbc69654dd74339f76ea88054fe41e3c1b7a8
refs/heads/master: a2e53801971edbdaac4411760d893b8b65646987
3 changes: 3 additions & 0 deletions trunk/drivers/s390/char/con3215.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@ raw3215_probe (struct ccw_device *cdev)
struct raw3215_info *raw;
int line;

/* Console is special. */
if (raw3215[0] && (cdev->dev.driver_data == raw3215[0]))
return 0;
raw = kmalloc(sizeof(struct raw3215_info) +
RAW3215_INBUF_SIZE, GFP_KERNEL|GFP_DMA);
if (raw == NULL)
Expand Down

0 comments on commit 1e8b8b3

Please sign in to comment.