From a2bbf5d05918a3156e9854a7144a8b2806badb53 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Tue, 3 Feb 2015 12:47:48 -0300 Subject: [PATCH] [media] DVB: Less function calls in dvb_ca_en50221_init() after error detection The functions "dvb_unregister_device" and "kfree" could still be called by the dvb_ca_en50221_init() function in the case that a previous resource allocation failed. * Corresponding details could be improved by adjustments for jump targets. * Let us delete also an unnecessary check for the variable "ca" there. Signed-off-by: Markus Elfring Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed