diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-25 13:44:11 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:08 +0200 |
commit | a9b0cc13914324b0d4fa347c107d82166f3b1555 (patch) | |
tree | a8cf1d6dfe4fc8591de6a1be6b0ac29dce0e6d2a /ChangeLog | |
parent | d29098865fff13b39d27d826ba988402ac948728 (diff) |
2007-04-25 Thomas Schwinge <tschwinge@gnu.org>
* linux/dev/glue/kmem.c (vmalloc_list_remove): Cast the first argument
in the `kfree' call to what is expected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-04-25 Thomas Schwinge <tschwinge@gnu.org> + * linux/dev/glue/kmem.c (vmalloc_list_remove): Cast first argument in + the `kfree' call to what is expected. + * linux/pcmcia-cs/glue/ds.c (kmalloc, kfree): Call `linux_kmalloc', respective `linux_kfree' instead. |