From: Mauro Carvalho Chehab Date: Tue, 23 Dec 2014 15:48:07 +0000 (-0200) Subject: [media] cx23885: move CI/MAC registration to a separate function X-Git-Tag: fixes-v4.0-rc1~147^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0aac3011bc7a9db27791bed4978554263ef079;p=pandora-kernel.git [media] cx23885: move CI/MAC registration to a separate function As reported by smatch: drivers/media/pci/cx23885/cx23885-dvb.c:2080 dvb_register() Function too hairy. Giving up. This is indeed a too complex function, with lots of stuff inside. Breaking this into two functions makes it a little bit less hairy. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed