commit | 2957e53e57f2d8a791d5d56978e194440844f186 | [log] [tgz] |
---|---|---|
author | Daniel Scheller <d.scheller@gmx.net> | Sat Jun 23 11:36:03 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Jul 30 16:23:12 2018 -0400 |
tree | 2c96490b90d5b98104f407a21dcd9588c9716605 | |
parent | 7b6b9b153ad0127ec031438e3538acdebd677b02 [diff] |
media: ddbridge: link structure access cosmetics in ddb_port_probe() Throughout the function, dev->link[l] is used several times. Unclutter this a bit by declaring a ddb_link var at the top of the function, assign the address of dev->link[l] to it and use that var to access the link[] struct member. Picked up from the upstream dddvb GIT. Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>