From: Shuah Khan Date: Sun, 21 Dec 2014 03:24:48 +0000 (-0300) Subject: [media] media: fix au0828_analog_register() to not free au0828_dev X-Git-Tag: fixes-v4.0-rc1~147^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7559d13ccf9fc4be9fb6ed21aaa4e105b6789ce8;p=pandora-kernel.git [media] media: fix au0828_analog_register() to not free au0828_dev au0828_analog_register() frees au0828_dev when it fails to locate isoc endpoint. au0828_usb_probe() continues with dvb and rc probe and registration assuming dev is still valid. When au0828_analog_register() fails to locate isoc endpoint, it should return without free'ing au0828_dev. Otherwise, the probe will fail as dev is null when au0828_dvb_register() is called. Signed-off-by: Shuah Khan Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed