mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
This commit is contained in:
commit
6508f9cd45
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ int device_register (device_t * dev)
|
|||
_dev = device_clone(dev);
|
||||
if(!_dev)
|
||||
return -1;
|
||||
list_add(&(_dev->list), &(devs.list));
|
||||
list_add_tail(&(_dev->list), &(devs.list));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue