git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656e62d
)
[media] media: bt8xx: add missing put_device call
author
Levente Kurusa
<levex@linux.com>
Thu, 19 Dec 2013 15:06:49 +0000
(12:06 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 4 Feb 2014 08:27:38 +0000
(06:27 -0200)
This is required so that we give up the last reference to the device.
Remove the kfree() because the put_device() call will actually call
release_sub_device which in turn kfrees the device.
Signed-off-by: Levente Kurusa <levex@linux.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found