]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/base/devres.c
devres: fix devres_get()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 15 Jul 2015 01:29:00 +0000 (10:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 22:11:48 +0000 (15:11 -0700)
commit64526370d11ce8868ca495723d595b61e8697fbf
tree6fa4e4c5329cd05b5d8c62b42fe5a540ea779b34
parentcbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f
devres: fix devres_get()

Currently, devres_get() passes devres_free() the pointer to devres,
but devres_free() should be given with the pointer to resource data.

Fixes: 9ac7849e35f7 ("devres: device resource management")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: stable <stable@vger.kernel.org> # 2.6.21+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/devres.c