From: Levente Kurusa Date: Thu, 19 Dec 2013 15:06:49 +0000 (-0300) Subject: [media] media: bt8xx: add missing put_device call X-Git-Tag: v3.14-rc2~14^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38121b6ef314e556d3b59acc0c41a4d6f7e597fa;p=pandora-kernel.git [media] media: bt8xx: add missing put_device call 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed