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:
05439b1
)
[media] cx23885: move CI/MAC registration to a separate function
author
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Tue, 23 Dec 2014 15:48:07 +0000
(13:48 -0200)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Mon, 2 Feb 2015 15:16:01 +0000
(13:16 -0200)
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 <mchehab@osg.samsung.com>
No differences found