Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39885
b: refs/heads/master
c: 4d66423
h: refs/heads/master
i:
  39883: 5ec8f6c
v: v3
  • Loading branch information
Akinobu Mita authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent 4d510a3 commit 21e588d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d9fd4d3b317a231e47f31d64d66c8cc7765d458f
refs/heads/master: 4d664238207a82c4018757e2d87cf2a780462dcd
2 changes: 2 additions & 0 deletions trunk/drivers/base/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ int driver_probe_device(struct device_driver * drv, struct device * dev)
drv->bus->name, dev->bus_id, drv->name);

data = kmalloc(sizeof(*data), GFP_KERNEL);
if (!data)
return -ENOMEM;
data->drv = drv;
data->dev = dev;

Expand Down

0 comments on commit 21e588d

Please sign in to comment.